Skip to main content
Very Popular
Go to Latest
method Context.prototype.getChatAdministrators
Re-export
import { Context } from "https://deno.land/x/grammy@v1.10.1/mod.ts";

Context-aware alias for api.getChatAdministrators. Use this method to get a list of administrators in a chat. On success, returns an Array of ChatMember objects that contains information about all chat administrators except other bots. If the chat is a group or a supergroup and no administrators were appointed, only the creator will be returned.

Parameters

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

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