Request parameters for getChannel operation in LiveTvApi.

LiveTvApiGetChannelRequest

interface LiveTvApiGetChannelRequest {
    channelId: string;
    userId?: string;
}

Properties

Properties

channelId: string

Channel id.

LiveTvApiGetChannel

userId?: string

Optional. Attach user data.

LiveTvApiGetChannel