public static class TdApi.EditMessageReplyMarkup extends TdApi.Function
Returns Message
TdApi.Function.Constructors
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() |
toString
public 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.replyMarkup
- The new message reply markup; pass null if none.public int getConstructor()
getConstructor
in class TdApi.Function