- Enclosing class:
- TdApi
Edits the text of an inline text or
game message sent via a bot; for bots only.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intInline message identifier.New text content of the message.The new message reply markup; pass null if none. -
Constructor Summary
ConstructorsConstructorDescriptionEdits 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-