Package-level declarations

Types

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