CustomMessageSubscribe

Example:

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

Request Body Fields: n/a

Responce Type - CustomMessageSubscribe.

Responce Body Fields:

Parameter
Always returned
Type
Description

is_subscribed

bool

the status of Custom Message Subscription

Example:

{
    "type": "CustomMessageSubscribe",
    "id": 11,
    "body": {
        "is_subscribed": true
    }
}

If you want to see the example of usage - go here.

Last updated