tgbotxx
1.1.6.9
Telegram Bot C++ Library
Loading...
Searching...
No Matches
GeneralForumTopicHidden.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <
tgbotxx/objects/Object.hpp
>
3
4
namespace
tgbotxx
{
8
struct
GeneralForumTopicHidden
{
9
GeneralForumTopicHidden
() =
default
;
10
explicit
GeneralForumTopicHidden
(
const
nl::json& json) {
11
fromJson
(json);
12
}
13
16
nl::json
toJson
()
const
{
17
nl::json json = nl::json::object();
18
return
json;
19
}
20
22
void
fromJson
([[maybe_unused]]
const
nl::json& json) {
23
}
24
};
25
}
Object.hpp
tgbotxx
Definition
Api.hpp:14
tgbotxx::GeneralForumTopicHidden
This object represents a service message about General forum topic hidden in the chat....
Definition
GeneralForumTopicHidden.hpp:8
tgbotxx::GeneralForumTopicHidden::toJson
nl::json toJson() const
Serializes this object to JSON.
Definition
GeneralForumTopicHidden.hpp:16
tgbotxx::GeneralForumTopicHidden::GeneralForumTopicHidden
GeneralForumTopicHidden()=default
tgbotxx::GeneralForumTopicHidden::fromJson
void fromJson(const nl::json &json)
Deserializes this object from JSON.
Definition
GeneralForumTopicHidden.hpp:22
tgbotxx::GeneralForumTopicHidden::GeneralForumTopicHidden
GeneralForumTopicHidden(const nl::json &json)
Definition
GeneralForumTopicHidden.hpp:10
include
tgbotxx
objects
GeneralForumTopicHidden.hpp
Generated on Sat Feb 1 2025 21:23:34 for tgbotxx by
1.9.8