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

    Interface APIBan

    interface APIBan {
        reason: null | string;
        user: APIUser;
    }
    Index

    Properties

    Properties

    reason: null | string

    The reason for the ban

    user: APIUser

    The banned user