Interface IBotCommandScopeChatMember

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

Hierarchy

  • IBotCommandScopeChatMember

Properties

Properties

chat_id: string | number

Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)

type: string

Scope type, must be chat_member

user_id: number

Unique identifier of the target user

Generated using TypeDoc