all-tg-bot/commands/command.go

9 lines
102 B
Go

package commands
type Command string
const (
Start = Command("/start")
Ping = Command("/ping")
)