Function get_chat_administrators

Source
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 identifier
  • client_id - The client id to send the request to