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.
ForceReply ¶. class telegram.ForceReply(selective=None, input_field_placeholder=None, *, api_kwargs=None) [source] ¶. Bases: telegram.TelegramObject. 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').
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. **kwargs ( dict) - Arbitrary keyword arguments. force_reply ¶.
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').
Optional. Use this parameter if you want to show the keyboard to specific users only. 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.
yPtY5.