tgbotxx
1.1.6.9
Telegram Bot C++ Library
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
c
e
f
i
j
l
m
n
o
p
r
s
t
w
Functions
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
Related Symbols
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
GeneralForumTopicUnhidden.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <
tgbotxx/objects/Object.hpp
>
3
4
namespace
tgbotxx
{
8
struct
GeneralForumTopicUnhidden
{
9
GeneralForumTopicUnhidden
() =
default
;
10
explicit
GeneralForumTopicUnhidden
(
const
nl::json& json) {
11
fromJson
(json);
12
}
10
explicit
GeneralForumTopicUnhidden
(
const
nl::json& json) {
…
}
13
16
nl::json
toJson
()
const
{
17
nl::json json = nl::json::object();
18
return
json;
19
}
16
nl::json
toJson
()
const
{
…
}
20
22
void
fromJson
([[maybe_unused]]
const
nl::json& json) {
23
}
22
void
fromJson
([[maybe_unused]]
const
nl::json& json) {
…
}
24
};
8
struct
GeneralForumTopicUnhidden
{
…
};
25
}
Object.hpp
tgbotxx
Definition
Api.hpp:14
tgbotxx::GeneralForumTopicUnhidden
This object represents a service message about General forum topic unhidden in the chat....
Definition
GeneralForumTopicUnhidden.hpp:8
tgbotxx::GeneralForumTopicUnhidden::fromJson
void fromJson(const nl::json &json)
Deserializes this object from JSON.
Definition
GeneralForumTopicUnhidden.hpp:22
tgbotxx::GeneralForumTopicUnhidden::GeneralForumTopicUnhidden
GeneralForumTopicUnhidden()=default
tgbotxx::GeneralForumTopicUnhidden::toJson
nl::json toJson() const
Serializes this object to JSON.
Definition
GeneralForumTopicUnhidden.hpp:16
tgbotxx::GeneralForumTopicUnhidden::GeneralForumTopicUnhidden
GeneralForumTopicUnhidden(const nl::json &json)
Definition
GeneralForumTopicUnhidden.hpp:10
include
tgbotxx
objects
GeneralForumTopicUnhidden.hpp
Generated on Sat Feb 1 2025 21:23:34 for tgbotxx by
1.9.8