Skip to main content
Very Popular
Go to Latest
interface BotCommandScopeChatMember
import { type BotCommandScopeChatMember } from "https://deno.land/x/grammy@v1.11.2/types.ts";

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

Properties

type: "chat_member"

Scope type, must be chat_member

chat_id: number | string

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

user_id: number

Unique identifier of the target user