Polyjuice Client v0.3.1 Polyjuice.Client.Filter.Event View Source
Create EventFilter
s, RoomEventFilter
s, StateFilter
s, or RoomFilter
s.
https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-user-userid-filter
These are filters that form part of a Polyjuice.Client.Filter
. Not all of
the functions in here may apply to all the different types of filters.
Link to this section Summary
Functions
Add items to a list parameter in the filter.
Set whether to include or exclude events that have a URL.
Exclude certain rooms.
Exclude certain senders.
Exclude certain types of events.
Include certain rooms.
Include certain senders.
Include certain types of events.
Set the maximum number of events to return.
Link to this section Functions
Add items to a list parameter in the filter.
Set whether to include or exclude events that have a URL.
If flag
is true
, only events that have a url
field will be included.
If flag
is false
, events that have a url
field will be excluded.
Exclude certain rooms.
Exclude certain senders.
Exclude certain types of events.
Include certain rooms.
Include certain senders.
Include certain types of events.
Set the maximum number of events to return.