public static class TdApi.UpdateQuickReplyShortcuts extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int[] |
shortcutIds
The new list of identifiers of quick reply shortcuts.
|
| Constructor and Description |
|---|
UpdateQuickReplyShortcuts()
The list of quick reply shortcuts has changed.
|
UpdateQuickReplyShortcuts(int[] shortcutIds)
The list of quick reply shortcuts has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int[] shortcutIds
public static final int CONSTRUCTOR
public UpdateQuickReplyShortcuts()
public UpdateQuickReplyShortcuts(int[] shortcutIds)
shortcutIds - The new list of identifiers of quick reply shortcuts.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object