public static class TdApi.BotCommandScopeChatMember 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.
|
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() |
toString
public 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()
getConstructor
in class TdApi.BotCommandScope