public static class TdApi.QuickReplyShortcut extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.QuickReplyMessage |
firstMessage
The first shortcut message.
|
int |
id
Unique shortcut identifier.
|
int |
messageCount
The total number of messages in the shortcut.
|
java.lang.String |
name
The name of the shortcut that can be used to use the shortcut.
|
| Constructor and Description |
|---|
QuickReplyShortcut()
Describes a shortcut that can be used for a quick reply.
|
QuickReplyShortcut(int id,
java.lang.String name,
TdApi.QuickReplyMessage firstMessage,
int messageCount)
Describes a shortcut that can be used for a quick reply.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int id
public java.lang.String name
public TdApi.QuickReplyMessage firstMessage
public int messageCount
public static final int CONSTRUCTOR
public QuickReplyShortcut()
public QuickReplyShortcut(int id,
java.lang.String name,
TdApi.QuickReplyMessage firstMessage,
int messageCount)
id - Unique shortcut identifier.name - The name of the shortcut that can be used to use the shortcut.firstMessage - The first shortcut message.messageCount - The total number of messages in the shortcut.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object