export interface FetchMembersOptionsOptions used to fetch multiple members from a guild.
optionallimit? : number 
Maximum number of members to request
optionalnonce? : string 
Nonce for this request (32 characters max - default to base 16 now timestamp)
optionalquery? : string 
Limit fetch to members with similar usernames
optionaltime? : number = 120e3
Timeout for receipt of members
optionaluser? : UserResolvable | readonly UserResolvable[] 
The user(s) to fetch
optionalwithPresences? : boolean 
Whether to include the presences