tgbotxx
1.1.6.9
Telegram Bot C++ Library
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
};
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 Thu Oct 17 2024 21:58:19 for tgbotxx by
1.9.1