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