public static class TdApi.EditMessageReplyMarkup extends TdApi.Function<TdApi.Message>
Returns Message
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
The chat the message belongs to.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Identifier of the message.
|
TdApi.ReplyMarkup |
replyMarkup
The new message reply markup; pass null if none.
|
| Constructor and Description |
|---|
EditMessageReplyMarkup()
Default constructor for a function, which edits the message reply markup; for bots only.
|
EditMessageReplyMarkup(long chatId,
long messageId,
TdApi.ReplyMarkup replyMarkup)
Creates a function, which edits the message reply markup; for bots only.
|
| 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.ReplyMarkup replyMarkup
public static final int CONSTRUCTOR
public EditMessageReplyMarkup()
Returns Message
public EditMessageReplyMarkup(long chatId,
long messageId,
TdApi.ReplyMarkup replyMarkup)
Returns Message
chatId - The chat the message belongs to.messageId - Identifier of the message. Use messageProperties.canBeEdited to check whether the message can be edited.replyMarkup - The new message reply markup; pass null if none.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object