mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-27 04:28:44 +00:00
2.0 KiB
2.0 KiB
//docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/revokeChatInviteLink
revokeChatInviteLink
[common]
Content
suspend fun TelegramBot.revokeChatInviteLink(chatId: ChatIdentifier, previousLink: String): CommonInviteLink
suspend fun TelegramBot.revokeChatInviteLink(chat: PublicChat, previousLink: String): CommonInviteLink
suspend fun TelegramBot.revokeChatInviteLink(chatId: ChatIdentifier, previousLink: ChatInviteLink): CommonInviteLink
suspend fun TelegramBot.revokeChatInviteLink(chat: PublicChat, previousLink: ChatInviteLink): CommonInviteLink