@jellyfin/sdk
    Preparing search index...

    Interface LiveTvApiGetChannelRequest

    Request parameters for getChannel operation in LiveTvApi.

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

    Properties

    Properties

    channelId: string

    Channel id.

    userId?: string

    Optional. Attach user data.