interface BaseTimelineEvent {
    body: string;
    "m.mentions"?: { room?: boolean; user_ids?: string[] };
}

Hierarchy (View Summary)

Properties

Properties

body: string
"m.mentions"?: { room?: boolean; user_ids?: string[] }