Alchemy.Webhook.in_guild

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

in_guild(guild_id)

Specs

in_guild(atom()) :: {:ok, [t()]} | {:error, term()}

Returns a list of all webhooks in a guild.

Examples

{:ok, [%Webhook{} | _]} = Webhook.in_guild("99999")