Skip to main content
Module

x/grammy_emoji/deps.deno.ts>Context#getChatAdministrators

Use emoji names instead of Unicode strings. Copy-pasting emoji sucks.
Go to Latest
method Context.prototype.getChatAdministrators
Re-export
import { Context } from "https://deno.land/x/grammy_emoji@v1.1.2/deps.deno.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