public static class TdApi.BotCommandScopeChat extends TdApi.BotCommandScope
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
BotCommandScopeChat()
A scope covering all members of a chat.
|
BotCommandScopeChat(long chatId)
A scope covering all members of a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public static final int CONSTRUCTOR
public BotCommandScopeChat()
public BotCommandScopeChat(long chatId)
chatId - Chat identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object