1
0
Fork 0
mirror of synced 2025-04-03 21:23:33 +03:00
messenger/actions.go
2016-04-13 16:14:23 +10:00

8 lines
91 B
Go

package messenger
type Action int
const (
UnknownAction Action = iota - 1
TextAction
)