- Enclosing class:
- TdApi
Deletes the default reply markup from
a chat. Must be called after a one-time
keyboard or a ForceReply reply markup
has been used. UpdateChatReplyMarkup
will be sent if the reply markup is changed.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
long
The message identifier of the used keyboard. -
Constructor Summary
ConstructorDescriptionDeletes the default reply markup from a chat.DeleteChatReplyMarkup
(long chatId, long messageId) Deletes the default reply markup from a chat.DeleteChatReplyMarkup
(DataInput input) Deletes the default reply markup from a chat. -
Method Summary
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 chatIdChat identifier. -
messageId
public long messageIdThe message identifier of the used keyboard. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
DeleteChatReplyMarkup
public DeleteChatReplyMarkup()Deletes the default reply markup from a chat. Must be called after a one-time keyboard or a ForceReply reply markup has been used. UpdateChatReplyMarkup will be sent if the reply markup is changed.Returns
Ok
-
DeleteChatReplyMarkup
public DeleteChatReplyMarkup(long chatId, long messageId) Deletes the default reply markup from a chat. Must be called after a one-time keyboard or a ForceReply reply markup has been used. UpdateChatReplyMarkup will be sent if the reply markup is changed.Returns
Ok
- Parameters:
chatId
- long Chat identifier.messageId
- long The message identifier of the used keyboard.
-
DeleteChatReplyMarkup
Deletes the default reply markup from a chat. Must be called after a one-time keyboard or a ForceReply reply markup has been used. UpdateChatReplyMarkup will be sent if the reply markup is changed.Returns
Ok
- 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()
-