23 #ifndef TGBOT_CPP_FORCEREPLY_H 24 #define TGBOT_CPP_FORCEREPLY_H 45 typedef std::shared_ptr<ForceReply>
Ptr;
60 #endif //TGBOT_CPP_FORCEREPLY_H
bool selective
Optional. Use this parameter if you want to force reply from specific users only. Targets: 1) users t...
This abstract class is base of all keyboard related events.
const bool forceReply
Shows reply interface to the user, as if they manually selected the bot‘s message and tapped ’Reply...
Upon receiving a message with this object, Telegram clients will display a reply interface to the use...
std::shared_ptr< ForceReply > Ptr