|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
The interface of reply markup objects InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove and ForceReply. https://core.telegram.org/bots/api#sendmessage reply_markup param. More...
#include <IReplyMarkup.hpp>
Public Member Functions | |
| virtual nl::json | toJson () const =0 |
| virtual void | fromJson (const nl::json &)=0 |
| virtual | ~IReplyMarkup ()=default |
The interface of reply markup objects InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove and ForceReply. https://core.telegram.org/bots/api#sendmessage reply_markup param.
Definition at line 7 of file IReplyMarkup.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in tgbotxx::ForceReply, tgbotxx::InlineKeyboardMarkup, tgbotxx::ReplyKeyboardMarkup, and tgbotxx::ReplyKeyboardRemove.
|
pure virtual |
Implemented in tgbotxx::ForceReply, tgbotxx::InlineKeyboardMarkup, tgbotxx::ReplyKeyboardMarkup, and tgbotxx::ReplyKeyboardRemove.