ChannelResource

Twitch Helix Channels API resource.

Provides methods for retrieving and updating channel information.

See also

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun getFollowedChannels(userId: String, broadcasterId: String? = null, cursor: String? = null, pageSize: Int? = null): Page<FollowedChannel>
Link copied to clipboard
suspend fun getInformation(broadcasterId: String): ChannelInformation

Convenience overload that gets channel information for a single broadcaster.

suspend fun getInformation(broadcasterIds: List<String>): List<ChannelInformation>
Link copied to clipboard