interface GuildListMembersOptions {
    after?: string;
    cache?: boolean;
    limit?: number;
}

Properties

Properties

after?: string
cache?: boolean
limit?: number