mastodonpp
0.5.7
C++ wrapper for the Mastodon and Pleroma APIs.
|
A stream event. More...
#include <mastodonpp/connection.hpp>
Public Attributes | |
string | type |
The type of the event. More... | |
string | data |
The payload. More... | |
A stream event.
string mastodonpp::event_type::data |
The payload.
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.