d
d: {     chunk_count: number;     chunk_index: number;     guild_id: string;     members: RawMember[];     nonce?: string;     not_found?: string[];     presences?: PresenceUpdate[]; } 
Type declaration
- 
chunk_count: number
 
- 
chunk_index: number
 
- 
guild_id: string
 
- 
 
- 
Optional nonce?: string
 
- 
Optional not_found?: string[]
 
-