- Enclosing class:
- TdApi
Edits the text of an inline text or
game message sent via a bot; for bots only.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Inline message identifier.New text content of the message.The new message reply markup; pass null if none. -
Constructor Summary
ConstructorDescriptionEdits the text of an inline text or game message sent via a bot; for bots only.EditInlineMessageText
(DataInput input) Edits the text of an inline text or game message sent via a bot; for bots only.EditInlineMessageText
(String inlineMessageId, TdApi.ReplyMarkup replyMarkup, TdApi.InputMessageContent inputMessageContent) Edits the text of an inline text or game message sent via a bot; for bots only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
EditInlineMessageText
public EditInlineMessageText()Edits the text of an inline text or game message sent via a bot; for bots only. ReturnsOk
-
EditInlineMessageText
public EditInlineMessageText(String inlineMessageId, TdApi.ReplyMarkup replyMarkup, TdApi.InputMessageContent inputMessageContent) Edits the text of an inline text or game message sent via a bot; for bots only. ReturnsOk
- Parameters:
inlineMessageId
- String Inline message identifier.replyMarkup
- ReplyMarkup The new message reply markup; pass null if none.inputMessageContent
- InputMessageContent New text content of the message. Must be of type inputMessageText.
-
EditInlineMessageText
Edits the text of an inline text or game message sent via a bot; for bots only. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-