method Client.prototype.getChatAdministratorsimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; getChatAdministrators(chatId: ID): Promise<ChatMember[]>Get the administrators of a chat. ParameterschatId: IDThe identifier of the chat. ReturnsPromise<ChatMember[]>The chat's administrators.