interface RESTPatchAPICurrentGuildMemberNicknameJSONBody {
    nick?: null | string;
}

Properties

Properties

nick?: null | string

Value to set users nickname to

Requires CHANGE_NICKNAME permission