Nostrum.Struct.Webhook (nostrum v0.11.0-dev)
View SourceStruct representing a Discord webhook.
Summary
Types
Default avatar of the webhook
Channel the webhook is for
Guild the webhook is for
Id of the webhook
Default name of the webhook
Secure token of the webhook
User who created the webhook
Types
@type avatar() :: integer()
Default avatar of the webhook
@type channel_id() :: Nostrum.Struct.Channel.t()
Channel the webhook is for
@type guild_id() :: Nostrum.Struct.Guild.t()
Guild the webhook is for
@type id() :: String.t()
Id of the webhook
@type name() :: integer()
Default name of the webhook
@type token() :: integer()
Secure token of the webhook
@type user() :: Nostrum.Struct.User.t()
User who created the webhook