Skip to main content

Message

type MessagePayload = {
id: string
timestamp: number
sender?: AudiencePayload
content: StringContentPayload
color?: string
emotes: EmotePayload[]
}

This data is sent when a message is sent by any audience in a channel.

caution

Some streaming platforms might allow anonymous messages. In this case, the sender field will not be present.