Package dev. inmo. tgbotapi. requests. chat
Types
ExportChatInviteLink
Link copied to clipboard
data class ExportChatInviteLink(chatId: ChatIdentifier) : ChatRequest, SimpleRequest<String>
Content copied to clipboard
LeaveChat
Link copied to clipboard
data class LeaveChat(chatId: ChatIdentifier) : ChatRequest, SimpleRequest<Boolean>
Content copied to clipboard