Documentation ¶
Index ¶
Constants ¶
View Source
const EmojiSize = 22
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { *gtk.FlowBox Reactions map[discord.APIEmoji]*Reaction // constants MessageID discord.MessageID ChannelID discord.ChannelID // contains filtered or unexported fields }
func NewContainer ¶
func (*Container) ReactAdd ¶
func (c *Container) ReactAdd(r *gateway.MessageReactionAddEvent)
func (*Container) ReactRemove ¶
func (c *Container) ReactRemove(r *gateway.MessageReactionRemoveEvent)
func (*Container) RemoveEmoji ¶
Click to show internal directories.
Click to hide internal directories.