Package it.tdlight.jni
Class TdApi.EditMessageReplyMarkup
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.EditMessageReplyMarkup
- Enclosing class:
- TdApi
public static class TdApi.EditMessageReplyMarkup extends TdApi.Function
Edits the message reply markup; for
bots only. Returns the edited message
after the edit is completed on the server side.
Returns Message
-
Field Summary
Fields Modifier and Type Field Description long
chatId
The chat the message belongs to.static int
CONSTRUCTOR
long
messageId
Identifier of the message.TdApi.ReplyMarkup
replyMarkup
The new message reply markup. -
Constructor Summary
Constructors Constructor Description EditMessageReplyMarkup()
Edits the message reply markup; for bots only.EditMessageReplyMarkup(long chatId, long messageId, TdApi.ReplyMarkup replyMarkup)
Edits the message reply markup; for bots only.EditMessageReplyMarkup(DataInput input)
-
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
-
chatId
public long chatIdThe chat the message belongs to. -
messageId
public long messageIdIdentifier of the message. -
replyMarkup
The new message reply markup. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
EditMessageReplyMarkup
public EditMessageReplyMarkup()Edits the message reply markup; for bots only. Returns the edited message after the edit is completed on the server side.Returns
Message
-
EditMessageReplyMarkup
Edits the message reply markup; for bots only. Returns the edited message after the edit is completed on the server side.Returns
Message
- Parameters:
chatId
- long The chat the message belongs to.messageId
- long Identifier of the message.replyMarkup
- ReplyMarkup The new message reply markup.
-
EditMessageReplyMarkup
- 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()
-