libQuotient
A Qt library for building matrix clients
Quotient::SearchJob::IncludeEventContext Struct Reference

#include <search.h>

Public Attributes

std::optional< int > beforeLimit {}
 
std::optional< int > afterLimit {}
 
std::optional< bool > includeProfile {}
 

Detailed Description

Configures whether any context for the events returned are included in the response.

Definition at line 22 of file search.h.

Member Data Documentation

◆ afterLimit

std::optional<int> Quotient::SearchJob::IncludeEventContext::afterLimit {}

How many events after the result are returned. By default, this is 5.

Definition at line 29 of file search.h.

◆ beforeLimit

std::optional<int> Quotient::SearchJob::IncludeEventContext::beforeLimit {}

How many events before the result are returned. By default, this is 5.

Definition at line 25 of file search.h.

◆ includeProfile

std::optional<bool> Quotient::SearchJob::IncludeEventContext::includeProfile {}

Requests that the server returns the historic profile information for the users that sent the events that were returned. By default, this is false.

Definition at line 35 of file search.h.


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