@@ -0,0 +1,9 @@
package commands
type Command string
const (
Start = Command("/start")
Help = Command("/help")
Ping = Command("/ping")
)
The note is not visible to the blocked user.