Package-level declarations

Types

Link copied to clipboard
@Serializable
data class GetChat(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest<ExtendedChat>
Link copied to clipboard
@Serializable
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.

Link copied to clipboard
@Serializable
data class GetChatMemberCount(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest<Int>
Link copied to clipboard
@Serializable
data class GetChatMenuButton(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest<MenuButton>
Link copied to clipboard