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

    Interface RESTPatchAPICurrentGuildMemberJSONBody

    interface RESTPatchAPICurrentGuildMemberJSONBody {
        avatar?: null | string;
        banner?: null | string;
        bio?: null | string;
        nick?: null | string;
    }
    Index

    Properties

    avatar?: null | string

    Data URI base64 encoded avatar image

    banner?: null | string

    Data URI base64 encoded banner image

    bio?: null | string

    Guild member bio

    nick?: null | string

    Value to set users nickname to

    Requires CHANGE_NICKNAME permission