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