matrix-js-sdk

    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 | unstable_RTCNotificationParent;
        };
        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 | unstable_RTCNotificationParent;
    }
    notification_type: RTCNotificationType
    sender_ts: number
    MMNEPVFCICPMFPCPTTAAATR