Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BttvChannel ¶
type BttvChannel struct {
ChannelEmotes []BttvEmote `json:"channelEmotes"`
}
type Emote ¶
type Emote struct {
ID string
Name string
URLs []string
ZeroWidth bool
Provider EmoteProvider
}
type EmoteProvider ¶
type EmoteProvider string
const ( EmoteProviderTwitch EmoteProvider = "TWITCH" EmoteProviderFFZ EmoteProvider = "FFZ" EmoteProviderBTTV EmoteProvider = "BTTV" EmoteProvider7TV EmoteProvider = "7TV" )
type FFZEmoteSet ¶
type FFZEmoteSet struct {
Emoticons []FFZEmote `json:"emoticons"`
}
type FFZRoom ¶
type FFZRoom struct {
Sets map[string]FFZEmoteSet `json:"sets"`
}
type SeventvEmote ¶
Click to show internal directories.
Click to hide internal directories.