Skip to main content
Module

x/grammy/core/api.ts>Api#getChatMember

The Telegram Bot Framework.
Very Popular
Go to Latest
method Api.prototype.getChatMember
import { Api } from "https://deno.land/x/grammy@v1.11.1/core/api.ts";

Use this method to get information about a member of a 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