Skip to content

GatewayGuildMemberListUpdateDispatchData

Package: @erinjs/types

GUILD_MEMBER_LIST_UPDATE — lazy member list; guild_id, id (list_id), member_count, online_count, groups, ops

Properties

NameTypeReadonlyOptionalDescription
groups{ id: string; count: number; }[]NoNo
guild_idstringNoNo
idstringNoNo
member_countnumberNoNo
online_countnumberNoNo
ops{ op: "SYNC" | "INVALIDATE"; range?: [number, number]; items?: Array<Record<string, unknown>>; }[]NoNo

Released under the Apache-2.0 License.