interface IStateFilter {
    contains_url?: boolean;
    include_redundant_members?: boolean;
    io.element.relation_senders?: string[];
    io.element.relation_types?: string[];
    lazy_load_members?: boolean;
    limit?: number;
    not_rooms?: string[];
    not_senders?: string[];
    not_types?: string[];
    org.matrix.msc3773.unread_thread_notifications?: boolean;
    related_by_rel_types?: string[];
    related_by_senders?: string[];
    rooms?: string[];
    senders?: string[];
    types?: string[];
    unread_thread_notifications?: boolean;
}

Hierarchy (view full)

Properties

contains_url?: boolean
include_redundant_members?: boolean
io.element.relation_senders?: string[]
io.element.relation_types?: string[]
lazy_load_members?: boolean
limit?: number
not_rooms?: string[]
not_senders?: string[]
not_types?: string[]
org.matrix.msc3773.unread_thread_notifications?: boolean
related_by_rel_types?: string[]
related_by_senders?: string[]
rooms?: string[]
senders?: string[]
types?: string[]
unread_thread_notifications?: boolean