matrix-js-sdk

    Interface INotification

    interface INotification {
        actions: PushRuleAction[];
        event: IRoomEvent;
        profile_tag?: string;
        read: boolean;
        room_id: string;
        ts: number;
    }
    Index

    Properties

    actions: PushRuleAction[]
    event: IRoomEvent
    profile_tag?: string
    read: boolean
    room_id: string
    ts: number
    MMNEPVFCICPMFPCPTTAAATR