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

Hierarchy (view full)

Properties

Properties

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