Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (API) GetChannelEmotes ¶
func (API) GetGlobalEmotes ¶
func (a API) GetGlobalEmotes(ctx context.Context) (EmoteResponse, error)
type APIError ¶
type ChannelEmoteResponse ¶
type ChannelEmoteResponse struct {
EmoteSet struct {
Emotes []Emote `json:"emotes"`
} `json:"emote_set"`
}
type EmoteResponse ¶
type EmoteResponse struct {
Emotes []Emote `json:"emotes"`
}
Click to show internal directories.
Click to hide internal directories.