Package it.tdlight.jni
Class TdApi.EditInlineMessageText
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.EditInlineMessageText
- Enclosing class:
- TdApi
public static class TdApi.EditInlineMessageText extends TdApi.Function
Edits the text of an inline text or
game message sent via a bot; for bots only.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
inlineMessageId
Inline message identifier.TdApi.InputMessageContent
inputMessageContent
New text content of the message.TdApi.ReplyMarkup
replyMarkup
The new message reply markup. -
Constructor Summary
Constructors Constructor Description EditInlineMessageText()
Edits the text of an inline text or game message sent via a bot; for bots only.EditInlineMessageText(DataInput input)
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
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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. -
inputMessageContent
New text content of the message. Should be of type inputMessageText. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
EditInlineMessageText
public EditInlineMessageText()Edits the text of an inline text or game message sent via a bot; for bots only.Returns
Ok
-
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.Returns
Ok
- Parameters:
inlineMessageId
- String Inline message identifier.replyMarkup
- ReplyMarkup The new message reply markup.inputMessageContent
- InputMessageContent New text content of the message. Should be of type inputMessageText.
-
EditInlineMessageText
- 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()
-