TwurpleAuthenticationGetting dataExamplesFAQMigration

ParsedMessageCheerPart

A part of a parsed message that represents a cheermote.

{
The amount of bits for the cheermote.
amount: number
The length of the cheermote in the message.
length: number
The name of the cheermote.
name: string
The starting position of the cheermote in the message, zero based.
position: number
The type of the message part. This is a cheermote.
type: "cheer"
}

Properties

amount

Type: number

The amount of bits for the cheermote.

length

Type: number

The length of the cheermote in the message.

name

Type: string

The name of the cheermote.

position

Type: number

The starting position of the cheermote in the message, zero based.

type

Value: "cheer"

The type of the message part. This is a cheermote.