DiscordThreadMembersUpdate
Documentation / @discordeno/types / DiscordThreadMembersUpdate
Interface: DiscordThreadMembersUpdate
Defined in: discord/gateway.ts:404
Properties
added_members?
optionaladded_members?:DiscordThreadMember[]
Defined in: discord/gateway.ts:412
The users who were added to the thread
guild_id
guild_id:
string
Defined in: discord/gateway.ts:408
The id of the guild
id
id:
string
Defined in: discord/gateway.ts:406
The id of the thread
member_count
member_count:
number
Defined in: discord/gateway.ts:410
the approximate number of members in the thread, capped at 50
removed_member_ids?
optionalremoved_member_ids?:string[]
Defined in: discord/gateway.ts:414
The id of the users who were removed from the thread