Skip to content

GramIO API Reference / gramio/dist / TelegramBotCommandScopeChatMember

Interface: TelegramBotCommandScopeChatMember

Defined in: @gramio/types/out/objects.d.ts:5222

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

Documentation

Properties

PropertyTypeDescriptionDefined in
chat_idstring | numberUnique 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.@gramio/types/out/objects.d.ts:5230
type"chat_member"Scope type, must be chat_member@gramio/types/out/objects.d.ts:5226
user_idnumberUnique identifier of the target user@gramio/types/out/objects.d.ts:5234