@@ -0,0 +1,9 @@
package sigmasms
import "github.com/google/uuid"
func RequestStatus(id uuid.UUID, apiKey string) error {
url := "https://user.sigmasms.ru/api/sendings/" + id.String()
resp := make(map[string])
requestGet(url, apiKey, nil, )
}
The note is not visible to the blocked user.