interface FetchMessageOptions {
    cache?: boolean;
    force?: boolean;
    message: MessageResolvable;
}

Hierarchy (View Summary)

Properties

Properties

cache?: boolean
force?: boolean