1
0
mirror of synced 2025-02-21 07:23:14 +03:00
messenger/actions.go
2016-04-13 19:12:23 +10:00

10 lines
107 B
Go

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