Discord.https - v3.0.16
    Preparing search index...

    Interface RESTPostAPIGuildBulkBanResult

    interface RESTPostAPIGuildBulkBanResult {
        banned_users: string[];
        failed_users: string[];
    }
    Index

    Properties

    banned_users: string[]

    List of user ids, that were successfully banned

    failed_users: string[]

    List of user ids, that were not banned