DiscordThreadMembersUpdate
@discordeno/bot • Docs
Documentation / @discordeno/bot / DiscordThreadMembersUpdate
Interface: DiscordThreadMembersUpdate
Properties
added_members?
optional
added_members:DiscordThreadMember
[]
The users who were added to the thread
Defined in
packages/types/dist/types/discord.d.ts:2896
guild_id
guild_id:
string
The id of the guild
Defined in
packages/types/dist/types/discord.d.ts:2894
id
id:
string
The id of the thread
Defined in
packages/types/dist/types/discord.d.ts:2892
member_count
member_count:
number
the approximate number of members in the thread, capped at 50
Defined in
packages/types/dist/types/discord.d.ts:2900
removed_member_ids?
optional
removed_member_ids:string
[]
The id of the users who were removed from the thread
Defined in
packages/types/dist/types/discord.d.ts:2898