Interface INotification

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

Properties

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