Skip to main content
Extremely Popular
Go to Latest
method Context.prototype.getChatAdministrators
import { Context } from "https://deno.land/x/grammy@v1.11.1/context.ts";

Context-aware alias for api.getChatAdministrators. Use this method to get a list of administrators in a chat, which aren't bots. Returns an Array of ChatMember objects.

Parameters

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

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