Versions in this module Expand all Collapse all v0 v0.1.0 Nov 2, 2021 v0.0.4 May 16, 2020 Changes in this version + const EmojiSize + type Container struct + ChannelID discord.Snowflake + MessageID discord.Snowflake + Reactions map[api.EmojiAPI]*Reaction + func NewContainer(m *discord.Message) *Container + func (c *Container) ReactAdd(r *gateway.MessageReactionAddEvent) + func (c *Container) ReactRemove(r *gateway.MessageReactionRemoveEvent) + func (c *Container) RemoveAll() + func (c *Container) RemoveEmoji(emoji discord.Emoji) + func (c *Container) Search(chID, msgID discord.Snowflake, emoji api.EmojiAPI) *Reaction + func (c *Container) SetState(s *ningen.State) + type Reaction struct + Button *gtk.ToggleButton + Emoji gtk.IWidget + String api.EmojiAPI