interface FetchGuildOptions {
    cache?: boolean;
    force?: boolean;
    guild: GuildResolvable;
    withCounts?: boolean;
}

Hierarchy (View Summary)

Properties

cache?: boolean
force?: boolean
withCounts?: boolean