mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
docs: Add TypeDef for MessageActivity (#2321)
This commit is contained in:
@@ -138,7 +138,7 @@ class Message extends Base {
|
||||
|
||||
/**
|
||||
* Group activity
|
||||
* @type {?Object}
|
||||
* @type {?MessageActivity}
|
||||
*/
|
||||
this.activity = data.activity ? {
|
||||
partyID: data.activity.party_id,
|
||||
|
||||
Reference in New Issue
Block a user