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
ForumTopicReopened.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <
tgbotxx/objects/Object.hpp
>
3
4
namespace
tgbotxx
{
8
struct
ForumTopicReopened
{
9
ForumTopicReopened
() =
default
;
10
explicit
ForumTopicReopened
(
const
nl::json& json) {
11
fromJson
(json);
12
}
10
explicit
ForumTopicReopened
(
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
ForumTopicReopened
{
…
};
25
}
Object.hpp
tgbotxx
Definition
Api.hpp:14
tgbotxx::ForumTopicReopened
This object represents a service message about a forum topic reopened in the chat....
Definition
ForumTopicReopened.hpp:8
tgbotxx::ForumTopicReopened::ForumTopicReopened
ForumTopicReopened()=default
tgbotxx::ForumTopicReopened::fromJson
void fromJson(const nl::json &json)
Deserializes this object from JSON.
Definition
ForumTopicReopened.hpp:22
tgbotxx::ForumTopicReopened::toJson
nl::json toJson() const
Serializes this object to JSON.
Definition
ForumTopicReopened.hpp:16
tgbotxx::ForumTopicReopened::ForumTopicReopened
ForumTopicReopened(const nl::json &json)
Definition
ForumTopicReopened.hpp:10
include
tgbotxx
objects
ForumTopicReopened.hpp
Generated on Sat Feb 1 2025 21:23:34 for tgbotxx by
1.9.8