Interface
GuildSnapshotResources
Nested resources optionally present on READY / GUILD_CREATE snapshots.
Properties
| Name | Type | Description |
|---|---|---|
| channels? | APIChannel[] | |
| emojis? | APIEmoji[] | |
| members? | Array<APIGuildMember & { user?: { id: string } }> | |
| roles? | APIRole[] | |
| stickers? | APISticker[] |