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
IReplyMarkup.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <
tgbotxx/objects/Object.hpp
>
3
4
namespace
tgbotxx
{
7
struct
IReplyMarkup
{
8
virtual
nl::json
toJson
()
const
= 0;
9
virtual
void
fromJson
(
const
nl::json&) = 0;
10
};
7
struct
IReplyMarkup
{
…
};
11
}
Object.hpp
tgbotxx
Definition
Api.hpp:14
tgbotxx::IReplyMarkup
The interface of reply markup objects InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove ...
Definition
IReplyMarkup.hpp:7
tgbotxx::IReplyMarkup::fromJson
virtual void fromJson(const nl::json &)=0
tgbotxx::IReplyMarkup::toJson
virtual nl::json toJson() const =0
include
tgbotxx
objects
IReplyMarkup.hpp
Generated on Sat Feb 1 2025 21:23:34 for tgbotxx by
1.9.8