mastodonpp  0.5.7
C++ wrapper for the Mastodon and Pleroma APIs.
Public Attributes | List of all members
mastodonpp::event_type Struct Reference

A stream event. More...

#include <mastodonpp/connection.hpp>

Collaboration diagram for mastodonpp::event_type:
Collaboration graph
[legend]

Public Attributes

string type
 The type of the event. More...
 
string data
 The payload. More...
 

Detailed Description

A stream event.

Since
0.1.0

Member Data Documentation

◆ data

string mastodonpp::event_type::data

The payload.

◆ type

string mastodonpp::event_type::type

The type of the event.

Can be: “update”, “notification”, “delete” or “filters_changed”. For more information consult the Mastodon documentation.


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