nickoala / telepot

Python framework for Telegram Bot API
MIT License
2.42k stars 474 forks source link

How can i get User information from mentions? #421

Open jkinject opened 6 years ago

jkinject commented 6 years ago

How can i get User information from mentions?

I am using on_chat_message method and it returns Message object but It say just 'mention', not from whom.

I don't know how to get the user information out from the mentioned chat.