interface FetchMemberOptions
extends
BaseFetchOptionsexport interface FetchMemberOptions extends BaseFetchOptions
Options used to fetch a single member from a guild.
optionalboolean cache? :
Whether to cache the fetched data if it wasn't already (default: true)
Inherited from: BaseFetchOptions
optionalboolean force? :
Whether to skip the cache check and request the API
Inherited from: BaseFetchOptions
UserResolvable user :
The user to fetch