1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-08-22 17:06:45 +00:00
Files
tgbotapi/docs/dev.inmo.tgbotapi.requests.chat/index.md
InsanusMokrassar b942627f12 deploy: 308fb9274b
2021-03-17 15:18:37 +00:00

1.4 KiB

//docs/dev.inmo.tgbotapi.requests.chat

Package dev.inmo.tgbotapi.requests.chat

Types

Name Summary
ExportChatInviteLink [common]
Content
data class ExportChatInviteLink(chatId: ChatIdentifier) : ChatRequest, SimpleRequest<String>


LeaveChat [common]
Content
data class LeaveChat(chatId: ChatIdentifier) : ChatRequest, SimpleRequest<Boolean>