@@ -0,0 +1,7 @@
package schema
type Array struct {
Start int `json:"start"`
End int `json:"end"`
Values []any `json:"values"`
}
The note is not visible to the blocked user.