TelegramBot.getChatAdministrators

Get a list of administrators in a chat

  1. ChatMember[] getChatAdministrators(T chat_id)
  2. ChatMember[] getChatAdministrators(GetChatAdministratorsMethod m)
    struct TelegramBot
    @trusted
    getChatAdministrators

Return Value

Type: ChatMember[]

An array of ChatMember on success

Throws

TelegramBotException on errors

See Also

Meta