Versions in this module Expand all Collapse all v8 v8.0.3 Jun 18, 2019 v8.0.2 Jun 14, 2019 v8.0.1 Jun 14, 2019 v8.0.0 Jun 14, 2019 Changes in this version + type Embed struct + Color int + Description string + Fields []EmbedField + Footer EmbedFooter + Timestamp string + Title string + URL string + func (v *Embed) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Embed) UnmarshalJSON(data []byte) error + func (v Embed) MarshalEasyJSON(w *jwriter.Writer) + func (v Embed) MarshalJSON() ([]byte, error) + type EmbedField struct + Inline bool + Name string + Value string + func (v *EmbedField) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EmbedField) UnmarshalJSON(data []byte) error + func (v EmbedField) MarshalEasyJSON(w *jwriter.Writer) + func (v EmbedField) MarshalJSON() ([]byte, error) + type EmbedFooter struct + Text string + func (v *EmbedFooter) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EmbedFooter) UnmarshalJSON(data []byte) error + func (v EmbedFooter) MarshalEasyJSON(w *jwriter.Writer) + func (v EmbedFooter) MarshalJSON() ([]byte, error) + type GatewayResponse struct + Shards int + URL string + func (v *GatewayResponse) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GatewayResponse) UnmarshalJSON(data []byte) error + func (v GatewayResponse) MarshalEasyJSON(w *jwriter.Writer) + func (v GatewayResponse) MarshalJSON() ([]byte, error) + type Message struct + Content string + Tts bool + func (v *Message) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Message) UnmarshalJSON(data []byte) error + func (v Message) MarshalEasyJSON(w *jwriter.Writer) + func (v Message) MarshalJSON() ([]byte, error) + type MessageWithEmbed struct + Content string + Embed Embed + Tts bool + func (v *MessageWithEmbed) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *MessageWithEmbed) UnmarshalJSON(data []byte) error + func (v MessageWithEmbed) MarshalEasyJSON(w *jwriter.Writer) + func (v MessageWithEmbed) MarshalJSON() ([]byte, error) Other modules containing this package github.com/gsmcwhirter/discord-bot-lib github.com/gsmcwhirter/discord-bot-lib/v10 github.com/gsmcwhirter/discord-bot-lib/v11 github.com/gsmcwhirter/discord-bot-lib/v12 github.com/gsmcwhirter/discord-bot-lib/v13 github.com/gsmcwhirter/discord-bot-lib/v15 github.com/gsmcwhirter/discord-bot-lib/v16 github.com/gsmcwhirter/discord-bot-lib/v17 github.com/gsmcwhirter/discord-bot-lib/v18 github.com/gsmcwhirter/discord-bot-lib/v6 github.com/gsmcwhirter/discord-bot-lib/v7 github.com/gsmcwhirter/discord-bot-lib/v9