tgbotxx
1.1.6.9
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 |
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.
|
pure virtual |
Implemented in tgbotxx::ReplyKeyboardRemove, tgbotxx::ReplyKeyboardMarkup, tgbotxx::InlineKeyboardMarkup, and tgbotxx::ForceReply.
|
pure virtual |
Implemented in tgbotxx::ReplyKeyboardRemove, tgbotxx::ReplyKeyboardMarkup, tgbotxx::InlineKeyboardMarkup, and tgbotxx::ForceReply.