Package org.drinkless.tdlib
Class TdApi.UpdateQuickReplyShortcutMessages
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateQuickReplyShortcutMessages
- Enclosing class:
- TdApi
The list of quick reply shortcut messages has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The new list of quick reply messages for the shortcut in order from the first to the last sent.intThe identifier of the shortcut. -
Constructor Summary
ConstructorsConstructorDescriptionThe list of quick reply shortcut messages has changed.UpdateQuickReplyShortcutMessages(int shortcutId, TdApi.QuickReplyMessage[] messages) The list of quick reply shortcut messages has 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
-
shortcutId
public int shortcutIdThe identifier of the shortcut. -
messages
The new list of quick reply messages for the shortcut in order from the first to the last sent. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateQuickReplyShortcutMessages
public UpdateQuickReplyShortcutMessages()The list of quick reply shortcut messages has changed. -
UpdateQuickReplyShortcutMessages
The list of quick reply shortcut messages has changed.- Parameters:
shortcutId- The identifier of the shortcut.messages- The new list of quick reply messages for the shortcut in order from the first to the last sent.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-