interface FetchChannelOptions {
    allowUnknownGuild?: boolean;
    cache?: boolean;
    force?: boolean;
}

Hierarchy (View Summary)

Properties

allowUnknownGuild?: boolean
cache?: boolean
force?: boolean