Skip to content

BotCommandScopeChatMember

Represents the scope of bot commands, covering a specific member of a group or supergroup chat.

Fields

typeString = chat_memberRequired
Scope type, must be chat\_member
chat_idIntegerStringRequired
Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername). Channel direct messages chats and channel chats aren't supported.
user_idIntegerRequired
Unique identifier of the target user

GramIO Usage

See Also