Nostrum.Api.get_channel_webhooks
You're seeing just the function
get_channel_webhooks
, go back to Nostrum.Api module for more information.
Specs
get_channel_webhooks(Nostrum.Struct.Channel.id()) :: error() | {:ok, [Nostrum.Struct.Webhook.t()]}
Gets a list of webook for a channel.
Parameters
channel_id
- Channel to get webhooks for.