public static class TdApi.CheckQuickReplyShortcutName extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
name
The name of the shortcut; 1-32 characters.
|
| Constructor and Description |
|---|
CheckQuickReplyShortcutName()
Default constructor for a function, which checks validness of a name for a quick reply shortcut.
|
CheckQuickReplyShortcutName(java.lang.String name)
Creates a function, which checks validness of a name for a quick reply shortcut.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String name
public static final int CONSTRUCTOR
public CheckQuickReplyShortcutName()
Returns Ok
public CheckQuickReplyShortcutName(java.lang.String name)
Returns Ok
name - The name of the shortcut; 1-32 characters.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object