interface FetchMemberOptions {
    cache?: boolean;
    force?: boolean;
    user: UserResolvable;
}

Hierarchy (View Summary)

Properties

Properties

cache?: boolean
force?: boolean