jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api.request
/
GetChannelsRequest
/
GetChannelsRequest
Get
Channels
Request
constructor
(
userId
:
UUID
?
=
null
,
startIndex
:
Int
?
=
null
,
limit
:
Int
?
=
null
,
supportsLatestItems
:
Boolean
?
=
null
,
supportsMediaDeletion
:
Boolean
?
=
null
,
isFavorite
:
Boolean
?
=
null
)