Alchemy.Webhook.in_channel

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

in_channel(channel_id)

Specs

in_channel(snowflake()) :: {:ok, [t()]} | {:error, term()}

Returns a list of all webhooks in a channel.

Examples

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