1. We know that there is ForceReply option to get input from user in telegram api. Telegram said : Upon receiving a message with this object, Telegram clients will display a reply interface to the user (act as if the user has selected the bot's message and tapped 'Reply').
Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply (has ReplyToMessage), sender of the original message. Example: A user requests to change the bot's language, bot replies to the request with a keyboard to select the new language. Other users in the group don't see the keyboard.
Force reply from specific users only. Parameters: selective ( bool, optional) -. Use this parameter if you want to force reply from specific users only. Targets: users that are @mentioned in the text of the Message object. if the bot's message is a reply (has reply_to_message_id), sender of the original message.
TuriBot. A simple way to communicate with Telegram APIs in PHP. TelegramBotsApi. SDK for Telegram Bot API. https://github.com/kuvardin/TelegramBotsApi. PHP Telegram Bot. PHP Telegram Bot based on the official Telegram Bot API. https://github.com/php-telegram-bot/core. Telegram Bot PHP.
Telegram Bot API C# Client. Telegram Bot API C# Client. Telegram.Bot.Types Namespaces. Telegram.Bot.Types.ReplyMarkups. ForceReply Class. ForceReply Methods. ForceReply Methods: The ForceReply type exposes the following members. Methods Name Description; Equals: Determines whether the specified object is equal to the current object
examples. spec. src. .gitignore. .prettierrc. CHANGELOG.md. README.md. package-lock.json. package.json. tsconfig.dist.json. tsconfig.json. tsconfig.spec.json. README.md. Node telegram keyboard wrapper. This library aims to provide a set of classes to improve the creation of keyboards and setup for force-reply in Telegram bots.yiH18.