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

Context for result, if requested. More...

#include <search.h>

Public Attributes

QString begin {}
 Pagination token for the start of the chunk. More...
 
QString end {}
 Pagination token for the end of the chunk. More...
 
QHash< UserId, UserProfileprofileInfo {}
 
RoomEvents eventsBefore {}
 Events just before the result. More...
 
RoomEvents eventsAfter {}
 Events just after the result. More...
 

Detailed Description

Context for result, if requested.

Definition at line 92 of file search.h.

Member Data Documentation

◆ begin

QString Quotient::SearchJob::EventContext::begin {}

Pagination token for the start of the chunk.

Definition at line 94 of file search.h.

◆ end

QString Quotient::SearchJob::EventContext::end {}

Pagination token for the end of the chunk.

Definition at line 97 of file search.h.

◆ eventsAfter

RoomEvents Quotient::SearchJob::EventContext::eventsAfter {}

Events just after the result.

Definition at line 110 of file search.h.

◆ eventsBefore

RoomEvents Quotient::SearchJob::EventContext::eventsBefore {}

Events just before the result.

Definition at line 107 of file search.h.

◆ profileInfo

QHash<UserId, UserProfile> Quotient::SearchJob::EventContext::profileInfo {}

The historic profile information of the users that sent the events returned.

The key is the user ID for which the profile belongs to.

Definition at line 104 of file search.h.


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