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
Returns a list of all webhooks in a channel.
Examples
{:ok, [%Webhook{} | _]} = Webhook.in_channel("6666")