-
Updated
Aug 28, 2021 - Python
mtproto
Here are 135 public repositories matching this topic...
-
Updated
Aug 8, 2021 - C#
-
Updated
Aug 25, 2021 - PHP
-
Updated
Apr 23, 2021 - Go
-
Updated
Aug 15, 2021 - JavaScript
Description
It would be very helpful if we add some E2E/platform-specific workflow to check WASM support using Chrome.
References
-
Updated
May 30, 2020 - JavaScript
-
Updated
Jul 12, 2021 - Python
-
Updated
Aug 20, 2021 - TypeScript
-
Updated
Aug 25, 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
Aug 26, 2021 - PHP
-
Updated
May 12, 2021 - Python
-
Updated
Aug 28, 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