getBlockedTerms
suspend fun getBlockedTerms(broadcasterId: String, moderatorId: String, cursor: String? = null, pageSize: Int? = null): Page<BlockedTerm>
Gets a single page of blocked terms that the broadcaster created.
Return
a Page of BlockedTerm objects.
Parameters
broadcasterId
the ID of the broadcaster whose blocked terms you're getting.
moderatorId
the ID of the broadcaster or a user that has permission to moderate the broadcaster's chat room. This ID must match the user ID in the user 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.