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