matrix-js-sdk

    Interface IThreadOpts

    interface IThreadOpts {
        client: MatrixClient;
        pendingEventOrdering?: PendingEventOrdering;
        receipts?: CachedReceiptStructure[];
        room: Room;
    }
    Index

    Properties

    client: MatrixClient
    pendingEventOrdering?: PendingEventOrdering
    room: Room
    MMNEPVFCICPMFPCPTTAAATR