Skip to main content
Module

x/grammy_parse_mode/deps.deno.ts>Context#getChatMember

Safely format messages and keep their source code maintainable.
Go to Latest
method Context.prototype.getChatMember
Re-export
import { Context } from "https://deno.land/x/grammy_parse_mode@1.9.0/deps.deno.ts";

Context-aware alias for api.getChatMember. 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

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