public static class TdApi.DeleteQuickReplyShortcutMessages extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
messageIds
Unique identifiers of the messages.
|
int |
shortcutId
Unique identifier of the quick reply shortcut to which the messages belong.
|
| Constructor and Description |
|---|
DeleteQuickReplyShortcutMessages()
Default constructor for a function, which deletes specified quick reply messages.
|
DeleteQuickReplyShortcutMessages(int shortcutId,
long[] messageIds)
Creates a function, which deletes specified quick reply messages.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int shortcutId
public long[] messageIds
public static final int CONSTRUCTOR
public DeleteQuickReplyShortcutMessages()
Returns Ok
public DeleteQuickReplyShortcutMessages(int shortcutId,
long[] messageIds)
Returns Ok
shortcutId - Unique identifier of the quick reply shortcut to which the messages belong.messageIds - Unique identifiers of the messages.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object