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

    Interface RESTPatchAPICurrentUserJSONBody

    interface RESTPatchAPICurrentUserJSONBody {
        avatar?: null | string;
        banner?: null | string;
        username?: string;
    }
    Index

    Properties

    avatar?: null | string

    If passed, modifies the user's avatar

    banner?: null | string

    If passed, modifies the user's banner

    username?: string

    User's username, if changed may cause the user's discriminator to be randomized