public static class TdApi.UpdateQuickReplyShortcutMessages extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.QuickReplyMessage[] |
messages
The new list of quick reply messages for the shortcut in order from the first to the last sent.
|
int |
shortcutId
The identifier of the shortcut.
|
| Constructor and Description |
|---|
UpdateQuickReplyShortcutMessages()
The list of quick reply shortcut messages has changed.
|
UpdateQuickReplyShortcutMessages(int shortcutId,
TdApi.QuickReplyMessage[] messages)
The list of quick reply shortcut messages has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int shortcutId
public TdApi.QuickReplyMessage[] messages
public static final int CONSTRUCTOR
public UpdateQuickReplyShortcutMessages()
public UpdateQuickReplyShortcutMessages(int shortcutId,
TdApi.QuickReplyMessage[] messages)
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.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object