public static class TdApi.InputMessageReplyToExternalMessage extends TdApi.InputMessageReplyTo
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
The identifier of the chat to which the message to be replied belongs.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
The identifier of the message to be replied in the specified chat.
|
TdApi.InputTextQuote |
quote
Quote from the message to be replied; pass null if none.
|
| Constructor and Description |
|---|
InputMessageReplyToExternalMessage()
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public TdApi.InputTextQuote quote
public static final int CONSTRUCTOR
public InputMessageReplyToExternalMessage()
public InputMessageReplyToExternalMessage(long chatId,
long messageId,
TdApi.InputTextQuote quote)
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.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object