Nostrum v0.4.0 Nostrum.Struct.Webhook View Source
Struct representing a Discord webhook.
Link to this section 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
Link to this section Types
Link to this type
avatar()
View Source
avatar()
View Source
avatar() :: integer()
avatar() :: integer()
Default avatar of the webhook
Link to this type
channel_id()
View Source
channel_id()
View Source
channel_id() :: Channel.t()
channel_id() :: Channel.t()
Channel the webhook is for
Link to this type
guild_id()
View Source
guild_id()
View Source
guild_id() :: Guild.t()
guild_id() :: Guild.t()
Guild the webhook is for
Link to this type
id()
View Source
id()
View Source
id() :: String.t()
id() :: String.t()
Id of the webhook
Link to this type
name()
View Source
name()
View Source
name() :: integer()
name() :: integer()
Default name of the webhook
Link to this type
token()
View Source
token()
View Source
token() :: integer()
token() :: integer()
Secure token of the webhook
Link to this type
user()
View Source
user()
View Source
user() :: Nostrum.Struct.User.t()
user() :: Nostrum.Struct.User.t()
User who created the webhook