libkazv
Kazv::Api::SyncJob::UnreadNotificationCounts Struct Reference

Counts of unread notifications for this room. More...

#include <sync.hpp>

Public Attributes

std::optional< int > highlightCount
 The number of unread notifications for this room with the highlight flag set. More...
 
std::optional< int > notificationCount
 The total number of unread notifications for this room. More...
 

Detailed Description

Counts of unread notifications for this room.

See the Receiving notifications section for more information on how these are calculated.

Member Data Documentation

◆ highlightCount

std::optional<int> Kazv::Api::SyncJob::UnreadNotificationCounts::highlightCount

The number of unread notifications for this room with the highlight flag set.

◆ notificationCount

std::optional<int> Kazv::Api::SyncJob::UnreadNotificationCounts::notificationCount

The total number of unread notifications for this room.


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