2019-07-04 20:30:19 +01:00

8 lines
75 B
Go

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