public static class TdApi.ReaddQuickReplyShortcutMessages extends TdApi.Function<TdApi.QuickReplyMessages>
Returns QuickReplyMessages
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
messageIds
Identifiers of the quick reply messages to readd.
|
java.lang.String |
shortcutName
Name of the target shortcut.
|
| Constructor and Description |
|---|
ReaddQuickReplyShortcutMessages()
Default constructor for a function, which readds quick reply messages which failed to add.
|
ReaddQuickReplyShortcutMessages(java.lang.String shortcutName,
long[] messageIds)
Creates a function, which readds quick reply messages which failed to add.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String shortcutName
public long[] messageIds
public static final int CONSTRUCTOR
public ReaddQuickReplyShortcutMessages()
Returns QuickReplyMessages
public ReaddQuickReplyShortcutMessages(java.lang.String shortcutName,
long[] messageIds)
Returns QuickReplyMessages
shortcutName - Name of the target shortcut.messageIds - Identifiers of the quick reply messages to readd. Message identifiers must be in a strictly increasing order.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object