Available types

BotCommandScopeChatMember

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

fields

fieldtyperequireddescription
typestringrequiredScope type, must be chat_member
chat_idnumber | stringrequiredUnique identifier for the target chat or username of the target supergroup in the format @username. Channel direct messages chats and channel chats aren't supported.
user_idnumberrequiredUnique identifier of the target user

import

types.ts
import type { BotCommandScopeChatMember } from "@yaebal/types";

used by

types