Skip to content

Mention

A mention sent into the fragments of a ChannelChatMessage event .

Constructors

new Mention()

1
new Mention(data: MentionData): Mention

Builds up a mention.

Parameters

ParameterTypeDescription
dataMentionDataThe data of the mention.

Returns

Mention

Source

twitchfy/packages/eventsub/src/structures/messages/Mention.ts:18

Properties

PropertyModifierTypeDescription
userreadonlyMentionUserThe user which was mentioned.