Skip to main content

Gift

type GiftPayload = {
id: string
timestamp: number
sender?: AudiencePayload
sku: SkuPayload
count: number
note?: StringContentPayload
}

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

caution

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