public static class TdApi.UpdateQuickReplyShortcutDeleted extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
shortcutId
The identifier of the deleted shortcut.
|
| Constructor and Description |
|---|
UpdateQuickReplyShortcutDeleted()
A quick reply shortcut and all its messages were deleted.
|
UpdateQuickReplyShortcutDeleted(int shortcutId)
A quick reply shortcut and all its messages were deleted.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int shortcutId
public static final int CONSTRUCTOR
public UpdateQuickReplyShortcutDeleted()
public UpdateQuickReplyShortcutDeleted(int shortcutId)
shortcutId - The identifier of the deleted shortcut.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object