diff --git a/callback/client.go b/callback/client.go index 946cdb8..b0ba7f9 100644 --- a/callback/client.go +++ b/callback/client.go @@ -263,7 +263,10 @@ func (c Client) Unsubscribe(ctx context.Context, subscriptionId string) (*tgstat } body := make(map[string]string) - + + + body["subscription_id"] = subscriptionId + req, err := c.api.NewRestRequest(ctx, c.token, http.MethodPost, path, body) if err != nil {