GetChatAdministrators
data class GetChatAdministrators(val chatId: ChatIdentifier, val retrieveOtherBots: Boolean? = null) : ChatRequest, SimpleRequest<List<AdministratorChatMember>>
Represents a request to retrieve a list of administrators in a chat.
This class is used to get information about all administrators of a specific chat. The response includes details about the administrators, such as their permissions.
See also
Properties
Link copied to clipboard
Unique identifier for the target chat or username of the target supergroup or channel.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
(Serialized as return_bots) Optional flag indicating whether to include bot administrators other than the requesting bot.