yatbcpp  0.0.1
Yet another Telegram Bot CPP Library
ReplyMarkup.h
Go to the documentation of this file.
1 //
2 // Created by norbert on 27.08.17.
3 //
4 
5 #ifndef YATBCPP_REPLYMARKUP_H
6 #define YATBCPP_REPLYMARKUP_H
7 
8 namespace yatbcpp{
9 //Only to Inherit for Inline Keyboard Markup, Reply Keyboard Markup , RepleyKeyabordRemove and Force Reply
10  class ReplyMarkup{};
11 }
12 
13 
14 
15 #endif //YATBCPP_REPLYMARKUP_H
Definition: Bot.h:27