Alchemy.Client.get_invites
You're seeing just the function
get_invites
, go back to Alchemy.Client module for more information.
Link to this function
get_invites(guild_id)
Specs
get_invites(snowflake()) :: {:ok, [Alchemy.Channel.invite()]} | {:error, term()}
Returns a list of invites for a guild.
Requires the :manage_guild
permission.