Params for update current users.

interface UserUpdateParams {
    nickname?: string;
    profileImage?: FileCompat;
    profileUrl?: string;
}

Properties

nickname?: string

Nickname of the user. (default: null)

profileImage?: FileCompat

The profile image's file object of the channel.

profileUrl?: string

The profile image's url.