pub async fn get_chat_administrators(
chat_id: i64,
client_id: i32,
) -> Result<ChatAdministrators, Error>Expand description
Returns a list of administrators of the chat with their custom titles
ยงArguments
chat_id- Chat identifierclient_id- The client id to send the request to