1#ifndef TGBOT_REPLYKEYBOARDREMOVE_H
2#define TGBOT_REPLYKEYBOARDREMOVE_H
21 typedef std::shared_ptr<ReplyKeyboardRemove>
Ptr;
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...
bool removeKeyboard
Requests clients to remove the custom keyboard (user will not be able to summon this keyboard; if you...
bool selective
Optional. Use this parameter if you want to remove the keyboard for specific users only.
std::shared_ptr< ReplyKeyboardRemove > Ptr