Lonami
Lonami
`GetBroadcastStatsRequest` doesn't accept any form of "input" tokens. I guess we could accept a parameter "graphs" that is a list of strings, such as `['mute_graph', 'iv_interactions_graph']` and would return those....
I cannot reproduce this issue. Does it need to be tested in a private conversation, small group chat, megagroup channel, or broadcast channel? Does the bot's datacenter matter? Does the...
Please upload or otherwise provide the contents of the file somehow so that I can test with a file that triggers the bug.
Yeah, maybe both the upload and request have to be invoked in the other DC.
Presumably, the exported sender needs to be used for the upload too, and not just the request invocation.
I've tried uploading the file to a different datacenter, but I constantly get `PHONE_MIGRATED`, so that does not seem to be the solution. Support upload to other DCs patch ```diff...
Seems connection failed on `__aenter__` so the exit fails too.
For anyone investigating this issue, one might one to test this with [Telegram's HTTP bot API](https://core.telegram.org/bots/api). If the API doesn't support this, it's possible that the Telegram server simply does...
The friendly method Telethon offers *may* be doing something incorrectly. However, it *has* to be possible to do it correctly with raw API. Figuring out how is the first step,...
[Layer 145 had over 10 commits with changes](https://github.com/telegramdesktop/tdesktop/commits/dev/Telegram/Resources/tl/api.tl). I'm still not super confident 146 won't change (which would mean I would need to do another release immediately which I would...