Skip to main content

Module query

Module query 

Source
Expand description

Query filter for the room query subcommand.

QueryFilter determines whether a given message should be included in query output. All fields are optional — a missing field means “no constraint on that dimension”. A message passes QueryFilter::matches only when every present constraint is satisfied (logical AND).

Structs§

QueryFilter
Filter criteria for the room query subcommand (née room poll).

Functions§

has_narrowing_filter
Returns true if filter contains at least one narrowing criterion.