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