-
Updated
Oct 14, 2021 - Python
mtproto
Here are 143 public repositories matching this topic...
-
Updated
Oct 11, 2021 - Python
-
Updated
Oct 10, 2021 - C
-
Updated
Oct 14, 2021 - PHP
-
Updated
Apr 23, 2021 - Go
-
Updated
Oct 1, 2021 - JavaScript
Description
It would be very helpful if we add some E2E/platform-specific workflow to check WASM support using Chrome.
References
-
Updated
Oct 20, 2021 - Python
-
Updated
May 30, 2020 - JavaScript
-
Updated
Oct 18, 2021 - TypeScript
-
Updated
Oct 14, 2021 - PHP
Friendly methods
Use of raw API should be the exception, not the norm. Our client should offer an idiomatic interface for the most commonly used methods.
Starting by porting Telethon's client methods would be a good start (not including all, and not necessarily with the same name).
Methods which are in my opinion worth implementing
-
Updated
Dec 14, 2017 - Go
-
Updated
Oct 16, 2021 - PHP
-
Updated
Oct 19, 2021 - Python
-
Updated
May 12, 2021 - Python
Improve this page
Add a description, image, and links to the mtproto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mtproto topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
I think people may prefer to have the ability to cancel their requests at any time.
Describe the solution you'd like
Add
context.Contextto every func/method that involves network operations.Describe alternatives you've considered
N/A
Additional context
This isn't a difficult feature to imple