Chatterino
chatterino2
src
providers
twitch
PubSubClientOptions.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <chrono>
4
5
namespace
chatterino
{
6
10
struct
PubSubClientOptions
{
11
std::chrono::seconds
pingInterval_
;
12
};
13
14
}
// namespace chatterino
chatterino
Definition:
Application.cpp:48
chatterino::PubSubClientOptions::pingInterval_
std::chrono::seconds pingInterval_
Definition:
PubSubClientOptions.hpp:11
chatterino::PubSubClientOptions
Options to change the behaviour of the underlying websocket clients.
Definition:
PubSubClientOptions.hpp:10
Generated by
1.8.13