1#ifndef TGBOT_FORCEREPLY_H
2#define TGBOT_FORCEREPLY_H
28 typedef std::shared_ptr<ForceReply>
Ptr;
Upon receiving a message with this object, Telegram clients will display a reply interface to the use...
bool forceReply
Shows reply interface to the user, as if they manually selected the bot's message and tapped 'Reply'.
std::string inputFieldPlaceholder
Optional. The placeholder to be shown in the input field when the reply is active; 1-64 characters.
std::shared_ptr< ForceReply > Ptr
bool selective
Optional. Use this parameter if you want to force reply from specific users only.
This abstract class is base of all keyboard related events.