1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-30 06:26:08 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.extensions.api.chat/index.md
2021-03-17 15:18:37 +00:00

2.4 KiB

//docs/dev.inmo.tgbotapi.extensions.api.chat

Package dev.inmo.tgbotapi.extensions.api.chat

Functions

Name Summary
exportChatInviteLink [common]
Content
suspend fun TelegramBot.exportChatInviteLink(chatId: ChatIdentifier): String
suspend fun TelegramBot.exportChatInviteLink(chat: PublicChat): String


leaveChat [common]
Content
suspend fun TelegramBot.leaveChat(chatId: ChatIdentifier): Boolean
suspend fun TelegramBot.leaveChat(chat: PublicChat): Boolean