Skip to content

Emote

An emote sent into the fragments of a ChannelChatMessage event.

Constructors

new Emote()

1
new Emote(data: EmoteData): Emote

Builds up an emote.

Parameters

ParameterTypeDescription
dataEmoteDataThe data of the emote.

Returns

Emote

Source

twitchfy/packages/eventsub/src/structures/messages/Emote.ts:33

Properties

PropertyModifierTypeDescription
formatreadonlyEmoteFormat[]The format of the emote. Possible values are: static or animated.
idreadonlystringThe ID of the emote.
ownerIdreadonlystringThe ID of the owner of the emote.
setIdreadonlystringThe ID of the set which contains the emote.