getBlockList
suspend fun getBlockList(broadcasterId: String, cursor: String? = null, pageSize: Int? = null): Page<BlockedUser>
Twitch API: Get User Block List
Gets a single page of users that the broadcaster has blocked.
Return
a Page of BlockedUser objects.
Parameters
broadcasterId
the ID of the broadcaster whose block list you want to get. This ID must match the user ID in the access 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.