Interface
GatewayGuildSnapshotPayload
Type
GatewayGuildPayload & { unavailable?: boolean; channels?: APIChannel[]; voice_states?: GatewayVoiceStateUpdateDispatchData[]; members?: Array<APIGuildMember & { user?: { id: string } }>; roles?: APIRole[]; emojis?: APIEmoji[]; stickers?: APISticker[]; }Properties
| Name | Type | Description |
|---|---|---|
| channels? | APIChannel[] | |
| emojis? | APIEmoji[] | |
| members? | Array<APIGuildMember & { user?: { id: string } }> | |
| roles? | APIRole[] | |
| stickers? | APISticker[] | |
| unavailable? | boolean | |
| voice_states? | GatewayVoiceStateUpdateDispatchData[] |