Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chat ¶
type Chat struct { ChatFragment Extra []ChatFragment `json:"extra,omitempty"` }
type ChatFragment ¶
type ChatFragment struct { Text string `json:"text"` Bold bool `json:"bold,omitempty"` Italic bool `json:"italic,omitempty"` Underlined bool `json:"underlined,omitempty"` Strikethrough bool `json:"strikethrough,omitempty"` Obfuscated bool `json:"obfuscated,omitempty"` Color string `json:"color,omitempty"` Insertion string `json:"insertion,omitempty"` }
Click to show internal directories.
Click to hide internal directories.