getChatAdministrators

suspend fun TelegramBot.getChatAdministrators(chatId: ChatIdentifier, retrieveOtherBots: Boolean? = null): List<AdministratorChatMember>(source)
suspend fun TelegramBot.getChatAdministrators(chat: PublicChat, retrieveOtherBots: Boolean? = null): List<AdministratorChatMember>(source)