2020-04-02 20:53:11 +01:00

8 lines
82 B
Go

package objects
type Reaction struct {
Count int
Me bool
Emoji Emoji
}