Interface ReactionEventContent

Content format of timeline events with type m.reaction

interface ReactionEventContent {
    "m.relates_to": { event_id: string; key: string; rel_type: Annotation };
}

Properties

Properties

"m.relates_to": { event_id: string; key: string; rel_type: Annotation }