revoke Chat Invite Link
suspend fun TelegramBot.revokeChatInviteLink(chatId: ChatIdentifier, previousLink: String): CommonInviteLink
Content copied to clipboard
suspend fun TelegramBot.revokeChatInviteLink(chat: PublicChat, previousLink: String): CommonInviteLink
Content copied to clipboard
suspend fun TelegramBot.revokeChatInviteLink(chatId: ChatIdentifier, previousLink: ChatInviteLink): CommonInviteLink
Content copied to clipboard
suspend fun TelegramBot.revokeChatInviteLink(chat: PublicChat, previousLink: ChatInviteLink): CommonInviteLink
Content copied to clipboard