Interface IRoomTimelineData

interface IRoomTimelineData {
    liveEvent?: boolean;
    timeline: EventTimeline;
}

Properties

Properties

liveEvent?: boolean
timeline: EventTimeline