public static class TdApi.InputMessageReplyToMessage extends TdApi.InputMessageReplyTo
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
The identifier of the message to be replied in the same chat and forum topic.
|
TdApi.InputTextQuote |
quote
Quote from the message to be replied; pass null if none.
|
| Constructor and Description |
|---|
InputMessageReplyToMessage()
Describes a message to be replied in the same chat and forum topic.
|
InputMessageReplyToMessage(long messageId,
TdApi.InputTextQuote quote)
Describes a message to be replied in the same chat and forum topic.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long messageId
public TdApi.InputTextQuote quote
public static final int CONSTRUCTOR
public InputMessageReplyToMessage()
public InputMessageReplyToMessage(long messageId,
TdApi.InputTextQuote quote)
messageId - The identifier of the message to be replied in the same chat and forum topic. A message can be replied in the same chat and forum topic only if messageProperties.canBeReplied.quote - Quote from the message to be replied; pass null if none. Must always be null for replies in secret chats.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object