Emote
An emote sent into the fragments of a ChannelChatMessage event.
Constructors
new Emote()
1new Emote(data: EmoteData): EmoteBuilds up an emote.
Parameters
| Parameter | Type | Description |
|---|---|---|
data | EmoteData | The data of the emote. |
Returns
Source
twitchfy/packages/eventsub/src/structures/messages/Emote.ts:33
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
format | readonly | EmoteFormat[] | The format of the emote. Possible values are: static or animated. |
id | readonly | string | The ID of the emote. |
ownerId | readonly | string | The ID of the owner of the emote. |
setId | readonly | string | The ID of the set which contains the emote. |