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