Interface FetchResourceOptions

interface FetchResourceOptions {
    allowUnknownGuild: boolean;
    cache: boolean;
    force: boolean;
}

Properties

allowUnknownGuild: boolean
cache: boolean
force: boolean