getUserColor

suspend fun getUserColor(userIds: List<String>): List<ChatColorEntry>

Twitch API: Get User Chat Color

Gets the color used for the user's name in chat.

Return

the list of users and the color code that's used for their name.

Parameters

userIds

the IDs of the users whose username color you want to get. To specify more than one user, include the parameter for each user to get. You may specify a maximum of 100 IDs. The API ignores duplicate IDs and IDs that weren't found.