interface FetchInviteOptions

export interface FetchInviteOptions extends BaseFetchOptions

Options used to fetch a single invite from a guild.

Constructors

constructor()

external
cache : boolean = true

Whether or not to cache the fetched invite

code : string

The invite to fetch

external
force : boolean

Whether to skip the cache check and request the API