Class TdApi.InputMessageReplyToExternalMessage

Enclosing class:
TdApi

public static class TdApi.InputMessageReplyToExternalMessage extends TdApi.InputMessageReplyTo
Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    The identifier of the chat to which the message to be replied belongs.
    static final int
    Identifier uniquely determining type of the object.
    long
    The identifier of the message to be replied in the specified chat.
    Quote from the message to be replied; pass null if none.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.
    InputMessageReplyToExternalMessage(long chatId, long messageId, TdApi.InputTextQuote quote)
    Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Object

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • chatId

      public long chatId
      The identifier of the chat to which the message to be replied belongs.
    • messageId

      public long messageId
      The identifier of the message to be replied in the specified chat. A message can be replied in another chat or forum topic only if messageProperties.canBeRepliedInAnotherChat.
    • quote

      public TdApi.InputTextQuote quote
      Quote from the message to be replied; pass null if none.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • InputMessageReplyToExternalMessage

      public InputMessageReplyToExternalMessage()
      Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.
    • InputMessageReplyToExternalMessage

      public InputMessageReplyToExternalMessage(long chatId, long messageId, TdApi.InputTextQuote quote)
      Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.
      Parameters:
      chatId - The identifier of the chat to which the message to be replied belongs.
      messageId - The identifier of the message to be replied in the specified chat. A message can be replied in another chat or forum topic only if messageProperties.canBeRepliedInAnotherChat.
      quote - Quote from the message to be replied; pass null if none.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR