Mention
A mention sent into the fragments of a ChannelChatMessage event .
Constructors
new Mention()
1new Mention(data: MentionData): Mention
Builds up a mention.
Parameters
Parameter | Type | Description |
---|---|---|
data | MentionData | The data of the mention. |
Returns
Source
twitchfy/packages/eventsub/src/structures/messages/Mention.ts:18
Properties
Property | Modifier | Type | Description |
---|---|---|---|
user | readonly | MentionUser | The user which was mentioned. |