import { Client } from "https://deno.land/x/mtkruto@0.1.157/mod.ts";
Get the administrators of a chat.
Parameters
chatId: ID
The identifier of the chat.
Returns
Promise<ChatMember[]>
The chat's administrators.
import { Client } from "https://deno.land/x/mtkruto@0.1.157/mod.ts";
Get the administrators of a chat.
The identifier of the chat.
The chat's administrators.