interface DiscordThreadMembersUpdateimport { type DiscordThreadMembersUpdate } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; https://discord.com/developers/docs/topics/gateway#thread-members-update-thread-members-update-event-fields Propertiesid: stringThe id of the thread guild_id: stringThe id of the guild optionaladded_members: DiscordThreadMember[]The users who were added to the thread optionalremoved_member_ids: string[]The id of the users who were removed from the thread member_count: numberthe approximate number of members in the thread, capped at 50 import DiscordThreadMembersUpdateimport { DiscordThreadMembersUpdate } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts";