public static class TdApi.ReorderQuickReplyShortcuts extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int[] |
shortcutIds
The new order of quick reply shortcuts.
|
| Constructor and Description |
|---|
ReorderQuickReplyShortcuts()
Default constructor for a function, which changes the order of quick reply shortcuts.
|
ReorderQuickReplyShortcuts(int[] shortcutIds)
Creates a function, which changes the order of quick reply shortcuts.
|
| 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 ReorderQuickReplyShortcuts()
Returns Ok
public ReorderQuickReplyShortcuts(int[] shortcutIds)
Returns Ok
shortcutIds - The new order of quick reply shortcuts.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object