Skip to main content

Super Chat

type SuperChatPayload = {
id: string
timestamp: number
sender?: AudiencePayload
sku: SkuPayload
content: StringContentPayload
color?: string
emotes: EmotePayload[]
start: number
end: number
}

This data is sent when a super chat is purchased by any audience in a channel.

caution

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