tgbotxx  1.1.6.9
Telegram Bot C++ Library
tgbotxx::IReplyMarkup Struct Referenceabstract

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>

Inheritance diagram for tgbotxx::IReplyMarkup:
tgbotxx::ForceReply tgbotxx::InlineKeyboardMarkup tgbotxx::ReplyKeyboardMarkup tgbotxx::ReplyKeyboardRemove

Public Member Functions

virtual nl::json toJson () const =0
 
virtual void fromJson (const nl::json &)=0
 

Detailed Description

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.

Member Function Documentation

◆ fromJson()

virtual void tgbotxx::IReplyMarkup::fromJson ( const nl::json &  )
pure virtual

◆ toJson()

virtual nl::json tgbotxx::IReplyMarkup::toJson ( ) const
pure virtual

The documentation for this struct was generated from the following file: