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