Interface ChannelsApiGetChannelFeaturesRequest

Request parameters for getChannelFeatures operation in ChannelsApi.

ChannelsApiGetChannelFeaturesRequest

interface ChannelsApiGetChannelFeaturesRequest {
    channelId: string;
}

Properties

Properties

channelId: string

Channel id.

ChannelsApiGetChannelFeatures