FetchThreadOwnerOptions

export interface FetchThreadOwnerOptions extends BaseFetchOptions
export interface FetchThreadOwnerOptions extends BaseFetchOptions
Options used to fetch a thread owner.
cache?:boolean
Whether to cache the fetched data if it wasn't already
Default value
true
Inherited from BaseFetchOptions
force?:boolean
Whether to skip the cache check and request the API
Inherited from BaseFetchOptions
withMember?:boolean
Whether to also return the guild member associated with this thread member