Package it.tdlight.jni
Class TdApi.EditInlineMessageReplyMarkup
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.EditInlineMessageReplyMarkup
- Enclosing class:
- TdApi
public static class TdApi.EditInlineMessageReplyMarkup extends TdApi.Function
Edits the reply markup of an inline
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.ReplyMarkup
replyMarkup
The new message reply markup. -
Constructor Summary
Constructors Constructor Description EditInlineMessageReplyMarkup()
Edits the reply markup of an inline message sent via a bot; for bots only.EditInlineMessageReplyMarkup(DataInput input)
EditInlineMessageReplyMarkup(String inlineMessageId, TdApi.ReplyMarkup replyMarkup)
Edits the reply markup of an inline 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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
EditInlineMessageReplyMarkup
public EditInlineMessageReplyMarkup()Edits the reply markup of an inline message sent via a bot; for bots only.Returns
Ok
-
EditInlineMessageReplyMarkup
Edits the reply markup of an inline message sent via a bot; for bots only.Returns
Ok
- Parameters:
inlineMessageId
- String Inline message identifier.replyMarkup
- ReplyMarkup The new message reply markup.
-
EditInlineMessageReplyMarkup
- 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()
-