1
0
Fork 0
informbot/vendor/github.com/go-joe/joe/reactions/events.go

11 lines
211 B
Go

package reactions
// An Event may be emitted by a chat Adapter to indicate that a message
// received a reaction.
type Event struct {
Reaction Reaction
MessageID string
Channel string
AuthorID string
}