Preparing search index...
The search index is not available
tdjson
tdjson
BotCommandScopeChatMember
Interface BotCommandScopeChatMember
A scope covering a member of a chat. Subtype of
BotCommandScope
.
interface
BotCommandScopeChatMember
{
@type
:
"botCommandScopeChatMember"
;
chat_id
:
number
;
user_id
:
number
;
}
Index
Properties
@type
chat_
id
user_
id
Properties
@type
@type
:
"botCommandScopeChatMember"
chat_
id
chat_
id
:
number
Chat identifier.
user_
id
user_
id
:
number
User identifier.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
@type
chat_
id
user_
id
tdjson
Loading...
A scope covering a member of a chat. Subtype of BotCommandScope.