public static class TdApi.EditInlineMessageText extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
inlineMessageId
Inline message identifier.
|
TdApi.InputMessageContent |
inputMessageContent
New text content of the message.
|
TdApi.ReplyMarkup |
replyMarkup
The new message reply markup; pass null if none.
|
| Constructor and Description |
|---|
EditInlineMessageText()
Default constructor for a function, which edits the text of an inline text or game message sent via a bot; for bots only.
|
EditInlineMessageText(java.lang.String inlineMessageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent)
Creates a function, which edits the text of an inline text or game message sent via a bot; for bots only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String inlineMessageId
public TdApi.ReplyMarkup replyMarkup
public TdApi.InputMessageContent inputMessageContent
public static final int CONSTRUCTOR
public EditInlineMessageText()
Returns Ok
public EditInlineMessageText(java.lang.String inlineMessageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent)
Returns Ok
inlineMessageId - Inline message identifier.replyMarkup - The new message reply markup; pass null if none.inputMessageContent - New text content of the message. Must be of type inputMessageText.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object