Documentation
¶
Overview ¶
Package discordwebhook is a simple low-level HTTP client wrapper around Discord webhooks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EmbedField ¶
type EmbedField struct { Name string `json:"name"` Value string `json:"value"` Inline bool `json:"inline"` }
EmbedField is an individual field being embedded in a message.
type Embeds ¶
type Embeds struct { Fields []EmbedField `json:"fields"` }
Embeds is a set of embed fields and a footer.
Click to show internal directories.
Click to hide internal directories.