Description
This object represents update about adding service to a channel as a subcriber.
Structure
| Variable | Obligative | Type | Description |
|---|---|---|---|
| updateId | true | String | Uuid with backend ID of the update |
| channelId | true | String | Uuid with backend ID of a channel (peer) |
| type | true | String | “InvitedToChannel” value must be filled |
Sample object
{
"updateId" : "Uuid_value",
"type" : "InvitedToChannel",
"channelId" : "Uuid_value"
}