libQuotient
A Qt library for building matrix clients
Quotient::ReadReceipt Class Reference

Data structure for a room member's read receipt. More...

#include <room.h>

Public Member Functions

bool operator== (const ReadReceipt &other) const
 
bool operator!= (const ReadReceipt &other) const
 

Public Attributes

QString eventId
 

Properties

Q_GADGETQString eventId
 
QDateTime timestamp = {}
 

Detailed Description

Data structure for a room member's read receipt.

See also
Room::lastReadReceipt

Definition at line 79 of file room.h.

Member Function Documentation

◆ operator!=()

bool Quotient::ReadReceipt::operator!= ( const ReadReceipt other) const
inline

Definition at line 91 of file room.h.

◆ operator==()

bool Quotient::ReadReceipt::operator== ( const ReadReceipt other) const
inline

Definition at line 87 of file room.h.

Member Data Documentation

◆ eventId

QString Quotient::ReadReceipt::eventId

Definition at line 84 of file room.h.

Property Documentation

◆ eventId

Q_GADGETQString Quotient::ReadReceipt::eventId

Definition at line 80 of file room.h.

◆ timestamp

QDateTime Quotient::ReadReceipt::timestamp = {}

Definition at line 80 of file room.h.


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