Edit me

Description

This object represents update about removing service from channel subcribers.

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 “KickedFromChannel” value must be filled

Sample object

               {
                 "updateId" : "Uuid_value",
                 "type" : "KickedFromChannel",
                 "channelId" : "Uuid_value"
               }