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 int
Identifier 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.int
The 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 TypeMethodDescriptionint
Returns 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.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-