Edit me

Description

This object represents an update about a service being revoked a channel admin role .

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

Sample object

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