interface FetchThreadMemberOptions

export interface FetchThreadMemberOptions extends BaseFetchOptions

Options used to fetch a thread member.

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 thread member to fetch

optional
withMember? : boolean

Whether to also return the guild member associated with this thread member