Interface EditMemberOptions

interface EditMemberOptions {
    nickname: null | string;
}

Properties

Properties

nickname: null | string

The nickname of the member.