Package org.drinkless.tdlib
Class TdApi.UpdateChatReplyMarkup
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateChatReplyMarkup
- Enclosing class:
TdApi
The chat reply markup was changed.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Update
TdApi.Update.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.The message from which the reply markup must be used; may be null if there is no default reply markup in the chat. -
Constructor Summary
ConstructorsConstructorDescriptionThe chat reply markup was changed.UpdateChatReplyMarkup(long chatId, TdApi.Message replyMarkupMessage) The chat reply markup was changed. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
replyMarkupMessage
The message from which the reply markup must be used; may be null if there is no default reply markup in the chat. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateChatReplyMarkup
public UpdateChatReplyMarkup()The chat reply markup was changed. -
UpdateChatReplyMarkup
The chat reply markup was changed.- Parameters:
chatId- Chat identifier.replyMarkupMessage- The message from which the reply markup must be used; may be null if there is no default reply markup in the chat.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Update- Returns:
- this.CONSTRUCTOR
-