Interface IEventRelation

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

Properties

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