mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-16 05:40:45 +00:00
Awaiting on a property was strange and only really made sense in events.NewMessage. Methods like client.get_messages() and similar return entire custom.Message which won't need to touch the network, and requiring the await was a poor UX.