Package dev.inmo.tgbotapi.requests.chat

Types

ExportChatInviteLink
Link copied to clipboard
common
data class ExportChatInviteLink(chatId: ChatIdentifier) : ChatRequest, SimpleRequest<String>
LeaveChat
Link copied to clipboard
common
data class LeaveChat(chatId: ChatIdentifier) : ChatRequest, SimpleRequest<Boolean>