suspend fun getLiveTvPrograms(channelIds: Collection<ERROR CLASS: Symbol not found for UUID>? = emptyList(), userId: ERROR CLASS: Symbol not found for UUID?? = null, minStartDate: ERROR CLASS: Symbol not found for DateTime?? = null, hasAired: Boolean? = null, isAiring: Boolean? = null, maxStartDate: ERROR CLASS: Symbol not found for DateTime?? = null, minEndDate: ERROR CLASS: Symbol not found for DateTime?? = null, maxEndDate: ERROR CLASS: Symbol not found for DateTime?? = null, isMovie: Boolean? = null, isSeries: Boolean? = null, isNews: Boolean? = null, isKids: Boolean? = null, isSports: Boolean? = null, startIndex: Int? = null, limit: Int? = null, sortBy: Collection<ERROR CLASS: Symbol not found for ItemSortBy>? = emptyList(), sortOrder: Collection<ERROR CLASS: Symbol not found for SortOrder>? = emptyList(), genres: Collection<String>? = emptyList(), genreIds: Collection<ERROR CLASS: Symbol not found for UUID>? = emptyList(), enableImages: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList(), enableUserData: Boolean? = null, seriesTimerId: String? = null, librarySeriesId: ERROR CLASS: Symbol not found for UUID?? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), enableTotalRecordCount: Boolean? = true): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult
> Gets available live tv epgs.
The channels to return guide information for.
Optional. Filter by user id.
Optional. The minimum premiere start date.
Optional. Filter by programs that have completed airing, or not.
Optional. Filter by programs that are currently airing, or not.
Optional. The maximum premiere start date.
Optional. The minimum premiere end date.
Optional. The maximum premiere end date.
Optional. Filter for movies.
Optional. Filter for series.
Optional. Filter for news.
Optional. Filter for kids.
Optional. Filter for sports.
Optional. The record index to start at. All items with a lower index will be dropped from the results.
Optional. The maximum number of records to return.
Optional. Specify one or more sort orders, comma delimited. Options: Name, StartDate.
Sort Order - Ascending,Descending.
The genres to return guide information for.
The genre ids to return guide information for.
Optional. Include image information in output.
Optional. The max number of images to return, per image type.
Optional. The image types to include in the output.
Optional. Include user data.
Optional. Filter by series timer id.
Optional. Filter by library series id.
Optional. Specify additional fields of information to return in the output.
Retrieve total record count.
suspend fun getLiveTvPrograms(request: ERROR CLASS: Symbol not found for GetLiveTvProgramsRequest = GetLiveTvProgramsRequest()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult
> Gets available live tv epgs.