Telegram bot api method revokeChatInviteLink – Telegram API
i have one problem when i develop my bot. I need to revoke invite link that i created by my bot. And i use your telegram bot api. For example, i created next url and try to use it: https://api.telegram.org/bot{token}/revokeChatInviteLink?chat_id={chatId}&invite_link={inviteLink}…