public static class TdApi.UpdateQuickReplyShortcut extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.QuickReplyShortcut |
shortcut
New data about the shortcut.
|
| Constructor and Description |
|---|
UpdateQuickReplyShortcut()
Basic information about a quick reply shortcut has changed.
|
UpdateQuickReplyShortcut(TdApi.QuickReplyShortcut shortcut)
Basic information about a quick reply shortcut has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.QuickReplyShortcut shortcut
public static final int CONSTRUCTOR
public UpdateQuickReplyShortcut()
public UpdateQuickReplyShortcut(TdApi.QuickReplyShortcut shortcut)
shortcut - New data about the shortcut.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object