libQuotient
A Qt library for building matrix clients
Quotient::QueryPublicRoomsJob::Filter Struct Reference

Filter to apply to the results. More...

#include <list_public_rooms.h>

Public Attributes

QString genericSearchTerm {}
 
QStringList roomTypes {}
 

Detailed Description

Filter to apply to the results.

Definition at line 147 of file list_public_rooms.h.

Member Data Documentation

◆ genericSearchTerm

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.

◆ roomTypes

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.


The documentation for this struct was generated from the following file: