Categories
How to get the id of the user I sent a replay to?
It's easy to pass my id to the bot: user_id = message.from_user.id But how can I also pass the id of the user to whom I replayed?
Answer the question
In order to leave comments, you need to log in
message.reply_to_message.from_user.id https://docs.aiogram.dev/en/dev/_modules/aiogram/t...
message.reply_to_message.from_user.id
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question