libQuotient
A Qt library for building matrix clients
|
Filter to apply to the results. More...
#include <list_public_rooms.h>
Public Attributes | |
QString | genericSearchTerm {} |
QStringList | roomTypes {} |
Filter to apply to the results.
Definition at line 147 of file list_public_rooms.h.
QString Quotient::QueryPublicRoomsJob::Filter::genericSearchTerm {} |
An optional string to search for in the room metadata, e.g. name, topic, canonical alias, etc.
Definition at line 150 of file list_public_rooms.h.
QStringList Quotient::QueryPublicRoomsJob::Filter::roomTypes {} |
An optional list of room types to search for. To include rooms without a room type, specify null
within this list. When not specified, all applicable rooms (regardless of type) are returned.
Definition at line 156 of file list_public_rooms.h.