Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteWebhook ¶ added in v0.0.5
func SendEmbeds ¶
Types ¶
type Attachment ¶ added in v0.0.4
type NewHook ¶ added in v0.1.2
type NewHook struct { Content string `json:"content"` Embeds []EmbedS `json:"embeds"` Username string `json:"username"` AvatarURL string `json:"avatar_url"` Attachments []Attachment `json:"attachments"` }
type ThumbnailS ¶ added in v0.1.2
type ThumbnailS struct {
Url string `json:"url"`
}
Click to show internal directories.
Click to hide internal directories.