Skip to main content

DiscordThreadMembersUpdate

Documentation


Documentation / @discordeno/types / DiscordThreadMembersUpdate

Interface: DiscordThreadMembersUpdate

Defined in: discord/gateway.ts:404

https://docs.discord.com/developers/events/gateway-events#thread-members-update-thread-members-update-event-fields

Properties

added_members?

optional added_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?

optional removed_member_ids?: string[]

Defined in: discord/gateway.ts:414

The id of the users who were removed from the thread