getModeratedChannels
suspend fun getModeratedChannels(userId: String, cursor: String? = null, pageSize: Int? = null): Page<ModeratedChannel>
Twitch API: Get Moderated Channels
Gets a single page of channels that the specified user has moderator privileges in.
Return
a Page of ModeratedChannel objects.
Parameters
userId
a user's ID. Returns the list of channels that this user has moderator privileges in. This ID must match the user ID in the user OAuth token.
cursor
the cursor used to get the next page of results.
pageSize
the maximum number of items to return per page (1-100, default 20). Null uses the API default.