getEditors

suspend fun getEditors(broadcasterId: String): List<ChannelEditor>

Twitch API: Get Channel Editors

Gets the broadcaster's list of editors.

Return

a list of users that are editors for the specified broadcaster. The list is empty if the broadcaster doesn't have editors.

Parameters

broadcasterId

the ID of the broadcaster that owns the channel. This ID must match the user ID in the access token.