Chatterino
Public Member Functions | Public Attributes | List of all members
chatterino::PubSubMessageMessage Struct Reference

#include <Message.hpp>

Public Member Functions

 PubSubMessageMessage (QString _nonce, const QJsonObject &data)
 
template<class InnerClass >
boost::optional< InnerClass > toInner () const
 

Public Attributes

QString nonce
 
QString topic
 
QJsonObject messageObject
 

Constructor & Destructor Documentation

◆ PubSubMessageMessage()

chatterino::PubSubMessageMessage::PubSubMessageMessage ( QString  _nonce,
const QJsonObject &  data 
)
inline
Here is the call graph for this function:

Member Function Documentation

◆ toInner()

template<class InnerClass >
boost::optional< InnerClass > chatterino::PubSubMessageMessage::toInner ( ) const
Here is the caller graph for this function:

Member Data Documentation

◆ messageObject

QJsonObject chatterino::PubSubMessageMessage::messageObject

◆ nonce

QString chatterino::PubSubMessageMessage::nonce

◆ topic

QString chatterino::PubSubMessageMessage::topic

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