5 #ifndef TGBOT_CPP_REPLYKEYBOARDREMOVE_H 6 #define TGBOT_CPP_REPLYKEYBOARDREMOVE_H 25 typedef std::shared_ptr<ReplyKeyboardRemove>
Ptr;
44 #endif //TGBOT_CPP_REPLYKEYBOARDREMOVE_H
This abstract class is base of all keyboard related events.
Upon receiving a message with this object, Telegram clients will remove the current custom keyboard a...
std::shared_ptr< ReplyKeyboardRemove > Ptr
const bool removeKeyboard
Requests clients to remove the custom keyboard (user will not be able to summon this keyboard;...
bool selective
Optional. Use this parameter if you want to remove the keyboard for specific users only...