public static class TdApi.UpdateChatReplyMarkup extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
replyMarkupMessageId
Identifier of the message from which reply markup needs to be used; 0 if there is no default custom reply markup in the chat.
|
| Constructor and Description |
|---|
UpdateChatReplyMarkup()
The default chat reply markup was changed.
|
UpdateChatReplyMarkup(long chatId,
long replyMarkupMessageId)
The default chat reply markup was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long replyMarkupMessageId
public static final int CONSTRUCTOR
public UpdateChatReplyMarkup()
public UpdateChatReplyMarkup(long chatId,
long replyMarkupMessageId)
chatId - Chat identifier.replyMarkupMessageId - Identifier of the message from which reply markup needs to be used; 0 if there is no default custom reply markup in the chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object