Hi I am trying to revoke an invite link but when I am providing chat_id and invite_link but still throwing an error Unhandled rejection Error: ETELEGRAM: 400 Bad Request: CHAT_ADMIN_REQUIRED
Here is the code which I used to revoke invite link
bot.revokeChatInviteLink(chat_id, "https://t.me/joinchat/some_key")