G
G
GRPUI2020-11-05 20:29:45
Bots
GRPUI, 2020-11-05 20:29:45

Is it possible with pyTelegramBotAPI?

When a bot replies to a message in a group or supergroup, it selects "reply", for all users.

bot.send_message(message.chat.id, 'Назовите клан:', reply_to_message_id=message.message_id,
                                 reply_markup=types.ForceReply(selective=False))

Is it possible for the bot to "choose" reply only for the user it is replying to?
Same with Markup buttons
bot.send_message(message.chat.id, 'В какой клан хотите вступить?', reply_to_message_id=message.message_id,
                             reply_markup=markup_menu_1)


Second.

How to make the bot process messages to which it was answered (reply) in a group or supergroup, and temporarily ignore those that are not a response to its message (until a reply arrives)?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question