Request parameters for getProgram operation in LiveTvApi.

LiveTvApiGetProgramRequest

interface LiveTvApiGetProgramRequest {
    programId: string;
    userId?: string;
}

Properties

Properties

programId: string

Program id.

LiveTvApiGetProgram

userId?: string

Optional. Attach user data.

LiveTvApiGetProgram