matrix-js-sdk
    Preparing search index...

    Interface IRTCNotificationContent

    Partial content format of timeline events with rel_type other than m.replace

    interface IRTCNotificationContent {
        decline_reason?: string;
        lifetime: number;
        "m.mentions": IMentions;
        "m.new_content"?: undefined;
        "m.relates_to": {
            event_id: string;
            rel_type: Annotation | Reference | Thread;
        };
        notification_type: RTCNotificationType;
        sender_ts: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    decline_reason?: string
    lifetime: number
    "m.mentions": IMentions
    "m.new_content"?: undefined
    "m.relates_to": { event_id: string; rel_type: Annotation | Reference | Thread }
    notification_type: RTCNotificationType
    sender_ts: number