@jellyfin/sdk
    Preparing search index...

    Interface ChannelsApiGetChannelFeaturesRequest

    Request parameters for getChannelFeatures operation in ChannelsApi.

    ChannelsApiGetChannelFeaturesRequest

    interface ChannelsApiGetChannelFeaturesRequest {
        channelId: string;
    }
    Index

    Properties

    Properties

    channelId: string

    Channel id.

    ChannelsApiGetChannelFeatures