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

#include <Listen.hpp>

Public Member Functions

 PubSubListenMessage (std::vector< QString > _topics)
 
void setToken (const QString &_token)
 
QByteArray toJson () const
 

Public Attributes

const std::vector< QString > topics
 
const QString nonce
 
QString token
 

Constructor & Destructor Documentation

◆ PubSubListenMessage()

chatterino::PubSubListenMessage::PubSubListenMessage ( std::vector< QString >  _topics)

Member Function Documentation

◆ setToken()

void chatterino::PubSubListenMessage::setToken ( const QString &  _token)
Here is the caller graph for this function:

◆ toJson()

QByteArray chatterino::PubSubListenMessage::toJson ( ) const
Here is the caller graph for this function:

Member Data Documentation

◆ nonce

const QString chatterino::PubSubListenMessage::nonce

◆ token

QString chatterino::PubSubListenMessage::token

◆ topics

const std::vector<QString> chatterino::PubSubListenMessage::topics

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