-
Updated
Dec 1, 2021 - Python
#
mtproto
Here are 142 public repositories matching this topic...
Pure Python 3 MTProto API Telegram client library, for bots too!
Telegram MTProto API Client Library and Framework in Pure Python for Users and Bots
python
client
library
framework
telegram
async
python-library
bot-api
telegram-api
mtproto
hacktoberfest
tdlib
pyrogram
-
Updated
Dec 1, 2021 - Python
Telegram for Windows 10
-
Updated
Dec 1, 2021 - C
Async PHP client/server API for the telegram MTProto protocol
bot
php
telegram
lua
async
proxy
telegram-api
mtproto
easy
voip
madelineproto
hacktoberfest
amphp
stickers
inline-bots
calls
secret-chats
mtproto-api
-
Updated
Nov 25, 2021 - PHP
Open source mtproto server written in golang with compatible telegram client
go
chat
golang
telegram
microservice
server
grpc
mtproto
im
telegram-server
mtproto-server
chatengine
nebula-chat
-
Updated
Nov 22, 2021 - Go
Telegram API JS (MTProto) client library for Node.js and browser
api
client
library
browser
telegram
messenger
telegram-api
lib
mtproto
telegram-web
tdlib
telegram-online
telegram-api-js
-
Updated
Nov 24, 2021 - JavaScript
tdakkota
commented
Dec 1, 2021
Description
Currently, deeplink package supports only chat invites and resolve links.
References
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.
python
telegram
script
telegram-bot
python-script
python3
mtproto
telegram-chat
user-bot
telegram-userbot
telethon
aahnik
aahnik-daw
telegram-account
tgcf
telegram-forward-bot
telegram-backup-bot
telegram-sync-bot
-
Updated
Oct 20, 2021 - Python
MarshalX
opened
Mar 1, 2021
NodeJS/Browser MTProto API Telegram client library,
-
Updated
Dec 1, 2021 - TypeScript
High Performance NodeJS MTProto Proxy
-
Updated
May 30, 2020 - JavaScript
Fast, simple, async php telegram api server: MadelineProto + Amp HTTP Server
-
Updated
Nov 25, 2021 - PHP
Open
Friendly methods
8
Lonami
commented
Feb 5, 2020
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
-
Updated
Dec 14, 2017 - Go
Telegram Group Manager Bot Written In Python Using Pyrogram.
python
heroku
bot
ai
telegram
telegram-bot
python3
mtproto
gram
hacktoberfest
groupmanager
pyro
telegrambot
pyrogram
mirror-bot
pyrogram-bot
williambutcherbot
-
Updated
Dec 1, 2021 - Python
An Object-Oriented PHP library for Telegram Bots
api
bot
cli
php
webhooks
composer
telegram
telegram-bot
oop
telegram-api
mtproto
telegram-bots
hacktoberfest
userbot
getupdates
-
Updated
Oct 22, 2021 - PHP
Bot that leech (re-upload) internet contents including torrent to telegram
-
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