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