revoke Chat Invite Link
suspend fun TelegramBot.revokeChatInviteLink(chatId: ChatIdentifier, previousLink: String): SecondaryChatInviteLink(source)
suspend fun TelegramBot.revokeChatInviteLink(chat: PublicChat, previousLink: String): SecondaryChatInviteLink(source)
suspend fun TelegramBot.revokeChatInviteLink(chatId: ChatIdentifier, previousLink: ChatInviteLink): SecondaryChatInviteLink(source)
suspend fun TelegramBot.revokeChatInviteLink(chat: PublicChat, previousLink: ChatInviteLink): SecondaryChatInviteLink(source)