Interface EditCurrentMemberOptions

interface EditCurrentMemberOptions {
    nick?: null | string;
    reason?: string;
}

Hierarchy

Properties

Properties

nick?: null | string

The new nickname of the member. null to reset.

reason?: string

The reason for editing the member.