Pure Python 3 MTProto API Telegram client library, for bots too!
-
Updated
Aug 28, 2021 - Python
{{ message }}
Pure Python 3 MTProto API Telegram client library, for bots too!
Telegram for Windows 10
Async PHP client/server API for the telegram MTProto protocol
Open source mtproto server written in golang with compatible telegram client
Telegram API JS (MTProto) client library for Node.js and browser
It would be very helpful if we add some E2E/platform-specific workflow to check WASM support using Chrome.
High Performance NodeJS MTProto Proxy
The ultimate tool to automate custom telegram message forwarding. Live-syncer, Auto-poster, backup-bot, cloner, chat-forwarder, duplicator, ... Call it whatever you like! tgcf can fulfill your custom needs.
NodeJS/Browser MTProto API Telegram client library,
Fast, simple, async php telegram api server: MadelineProto + Amp HTTP Server
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
CLI telegram client written in golang
An Object-Oriented PHP library for Telegram Bots
Bot that leech (re-upload) internet contents including torrent to telegram
Telegram Group Manager Bot Written In Python Using Pyrogram.
Add a description, image, and links to the mtproto topic page so that developers can more easily learn about it.
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