CustomMessageUnsubscribe

Example:

{"id": 11, "type":"CustomMessageUnsubscribe", "body": {}}

Request Body Fields: n/a

Responce Type - CustomMessageUnsubscribe.

Responce Body Fields:

Parameter
Always returned
Type
Description

is_subscribed

bool

the status of Custom Message Subscription

Example:

{
    "type": "CustomMessageUnsubscribe",
    "id": 11,
    "body": {
        "is_subscribed": false
    }
}

Last updated