public static class TdApi.BotCommandScopeChat extends TdApi.BotCommandScope
TdApi.BotCommandScope.Constructors
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() |
toString
public long chatId
public static final int CONSTRUCTOR
public BotCommandScopeChat()
public BotCommandScopeChat(long chatId)
chatId
- Chat identifier.public int getConstructor()
getConstructor
in class TdApi.BotCommandScope