GatewayThreadMembersUpdate
https://discord.com/developers/docs/topics/gateway-events#thread-members-update-thread-members-update-event-fields
Signature
export interface GatewayThreadMembersUpdateProperties
5Methods
0No methods.
Properties
id: Snowflake;The id of the thread for which members are being synced
guild_id: Snowflake;The id of the guild that the thread is in
member_count: number;The approximate member count of the thread, does not count above 50 even if there are more members
added_members?: APIThreadMember[];The members that were added to the thread
removed_member_ids?: Snowflake[];The ids of the members that were removed from the thread