matrix-js-sdk

    Interface IEventRelation

    interface IEventRelation {
        event_id?: string;
        is_falling_back?: boolean;
        key?: string;
        "m.in_reply_to"?: { event_id?: string };
        rel_type?: string;
    }
    Index

    Properties

    event_id?: string
    is_falling_back?: boolean
    key?: string
    "m.in_reply_to"?: { event_id?: string }
    rel_type?: string
    MMNEPVFCICPMFPCPTTAAATR