ChannelResource
class 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
Convenience overload that gets channel information for a single broadcaster.
Link copied to clipboard