public static class TdApi.EditInlineMessageReplyMarkup extends TdApi.Function
Returns Ok
TdApi.Function.Constructors| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
inlineMessageId
Inline message identifier.
|
TdApi.ReplyMarkup |
replyMarkup
The new message reply markup.
|
| Constructor and Description |
|---|
EditInlineMessageReplyMarkup()
Default constructor for a function, which edits the reply markup of an inline message sent via a bot; for bots only.
|
EditInlineMessageReplyMarkup(java.lang.String inlineMessageId,
TdApi.ReplyMarkup replyMarkup)
Creates a function, which edits the reply markup of an inline message sent via a bot; for bots only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor() |
toStringpublic java.lang.String inlineMessageId
public TdApi.ReplyMarkup replyMarkup
public static final int CONSTRUCTOR
public EditInlineMessageReplyMarkup()
Returns Ok
public EditInlineMessageReplyMarkup(java.lang.String inlineMessageId,
TdApi.ReplyMarkup replyMarkup)
Returns Ok
inlineMessageId - Inline message identifier.replyMarkup - The new message reply markup.public int getConstructor()
getConstructor in class TdApi.Function