@jellyfin/sdk
    Preparing search index...

    Interface LiveTvApiGetChannelRequest

    Request parameters for getChannel operation in LiveTvApi.

    LiveTvApiGetChannelRequest

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

    Properties

    Properties

    channelId: string

    Channel id.

    LiveTvApiGetChannel

    userId?: string

    Optional. Attach user data.

    LiveTvApiGetChannel