Telegex.revoke_chat_invite_link
You're seeing just the function
revoke_chat_invite_link
, go back to Telegex module for more information.
Specs
revoke_chat_invite_link(integer() | String.t(), String.t()) :: {:ok, Telegex.Model.ChatInviteLink.t()} | {:error, Telegex.Model.errors()}
Use this method to revoke an invite link created by the bot. If the primary link is revoked, a new link is automatically generated. The bot must be an administrator in the chat for this to work and must have the appropriate admin rights. Returns the revoked invite link as ChatInviteLink object.