matrix-js-sdk
    Preparing search index...

    Type Alias LeaveReason

    Provides context on why the client left.

    type LeaveReason = {
        code: LeaveCode;
        reason?: string;
    }
    Index
    code: LeaveCode

    Identifier for the specific leave cause. Machine-readable.

    reason?: string

    Optional human-readable explanation of the leave reason