Alchemy.Client.get_invite

You're seeing just the function get_invite, go back to Alchemy.Client module for more information.
Link to this function

get_invite(invite_code)

Specs

get_invite(String.t()) :: {:ok, Alchemy.Channel.invite()} | {:error, term()}

Gets the information for a single invite.

Not to be confused with get_invites/1, which lists out the invites in a guild. This merely gets the information relating to a single invite, accessed by its code.