Skip to main content
Module

x/grammy_conversations/deps.deno.ts>Api#getChatMember

Conversational interfaces for grammY
Go to Latest
method Api.prototype.getChatMember
import { Api } from "https://deno.land/x/grammy_conversations@v1.1.1/deps.deno.ts";

Use this method to get information about a member of a chat. The method is guaranteed to work only if the bot is an administrator in the chat. Returns a ChatMember object on success.

Parameters

chat_id: number | string

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

user_id: number

Unique identifier of the target user

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#getchatmember