Telegex.revoke_chat_invite_link

You're seeing just the function revoke_chat_invite_link, go back to Telegex module for more information.
Link to this function

revoke_chat_invite_link(chat_id, invite_link)

View Source

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.