Class SubscribeEdgesChannelsRequest


public class SubscribeEdgesChannelsRequest extends JsonrpcRequest
Represents a JSON-RPC Request to subscribe to Channels of multiple Edges.
 {
   "jsonrpc": "2.0",
   "id": "UUID",
   "method": "subscribeEdgesChannels",
   "params": {
     "count": number // Request-Counter: the higher count wins
     "edgeIds": string[] // Edge-IDs
     "channels": string[] // Channel-IDs
   }
 }