Lonami
Lonami
The documentation will be updated in due time.
Not yet, but I would like for this to be the case in the next version. Please suggest your "ideal model" for how'd you'd like updates to work, and maybe...
How should propagation work by default in your opinion? Is it stop by default, stop same priority, stop all…? How would you like to see "message passing between events"? Maybe...
When we talk about "order", is it the same as "priority"? For example, if I raise stop propagation at some priority, do handlers with "higher" priority still get called? Or...
v2 will have a more convenient way to sort handlers.
Not sure how best one would integrate this without making an absolute mess. Every parameter would likely need to be treated as a list.
Needs testing to see if sending an album of videos works.
Ah, good point, yeah, cancellation is an expected error so this `except`: https://github.com/LonamiWebs/Telethon/blob/7778e54467d1ed5079828aad2069f4571d39e107/telethon/_client/telegrambaseclient.py#L365-L368 Should be moved to be just above: https://github.com/LonamiWebs/Telethon/blob/7778e54467d1ed5079828aad2069f4571d39e107/telethon/_client/updates.py#L129-L130
Albums need to be reviewed for v2.
Update handling needs to know which entities it has a hash for, because it needs to call getDifference if it's missing a hash. They could be flushed to disk and...