|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
This object represents a service message about General forum topic hidden in the chat. Currently holds no information. https://core.telegram.org/bots/api#generalforumtopichidden. More...
#include <GeneralForumTopicHidden.hpp>
Public Member Functions | |
| GeneralForumTopicHidden ()=default | |
| GeneralForumTopicHidden (const nl::json &json) | |
| nl::json | toJson () const |
| Serializes this object to JSON. | |
| void | fromJson (const nl::json &json) |
| Deserializes this object from JSON. | |
This object represents a service message about General forum topic hidden in the chat. Currently holds no information. https://core.telegram.org/bots/api#generalforumtopichidden.
Definition at line 8 of file GeneralForumTopicHidden.hpp.
|
default |
|
inlineexplicit |
Definition at line 10 of file GeneralForumTopicHidden.hpp.
|
inline |
Deserializes this object from JSON.
Definition at line 22 of file GeneralForumTopicHidden.hpp.
|
inline |
Serializes this object to JSON.
Definition at line 16 of file GeneralForumTopicHidden.hpp.