VideoResource
class VideoResource
Twitch Helix Videos API resource.
Provides methods for retrieving and deleting videos.
See also
Functions
Link copied to clipboard
Link copied to clipboard
fun getAllVideos(ids: List<String> = emptyList(), userId: String? = null, gameId: String? = null, language: String? = null, period: VideoPeriod? = null, sort: VideoSort? = null, type: VideoType? = null): Flow<Video>