SharedChatParticipant

@Serializable
data class SharedChatParticipant(val broadcasterId: String)

Represents a participant in a shared chat session.

Constructors

Link copied to clipboard
constructor(broadcasterId: String)

Properties

Link copied to clipboard
@SerialName(value = "broadcaster_id")
val broadcasterId: String

the User ID of the participant channel.