aiogram / aiogram

aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
https://aiogram.dev
MIT License
4.75k stars 835 forks source link

User.get_mention and Chat.get_mention are different #277

Closed gabbhack closed 4 years ago

gabbhack commented 4 years ago

Context

Current Behavior

Chat.get_mention and User.get_mention are different

JrooTJunior commented 4 years ago

I think this function should be moved to utils package and then re-used inside this methods.