TwurpleAuthenticationGetting dataExamplesFAQMigration

ParsedMessageEmotePart

A part of a parsed message that represents an emote.

{
The ID of the emote.
id: string
The length of the emote in the message.
length: number
The name of the emote.
name: string
The starting position of the emote in the message, zero based.
position: number
The type of the message part. This is an emote.
type: "emote"
}

Properties

id

Type: string

The ID of the emote.

length

Type: number

The length of the emote in the message.

name

Type: string

The name of the emote.

position

Type: number

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

type

Value: "emote"

The type of the message part. This is an emote.