interface FetchMemberOptions

export interface FetchMemberOptions extends BaseFetchOptions

Options used to fetch a single member from a guild.

optional
cache? : boolean

Whether to cache the fetched data if it wasn't already

Inherited from: BaseFetchOptions

optional
force? : boolean

Whether to skip the cache check and request the API

Inherited from: BaseFetchOptions

The user to fetch