all-tg-bot/commands/command.go

9 lines
102 B
Go
Raw Permalink Normal View History

2022-04-03 10:19:32 +00:00
package commands
type Command string
const (
Start = Command("/start")
Ping = Command("/ping")
)