-
Updated
Feb 5, 2022 - Python
#
mtproto
Here are 145 public repositories matching this topic...
Pure Python 3 MTProto API Telegram client library, for bots too!
Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
python
client
library
framework
telegram
async
python-library
bot-api
telegram-api
mtproto
hacktoberfest
tdlib
pyrogram
-
Updated
Feb 4, 2022 - Python
Telegram for Windows 10
-
Updated
Feb 5, 2022 - 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
Jan 19, 2022 - 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
Jan 16, 2022 - 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
Jan 14, 2022 - JavaScript
tdakkota
commented
Dec 9, 2021
Description
Add examples for
NodeJS/Browser MTProto API Telegram client library,
-
Updated
Feb 5, 2022 - TypeScript
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
High Performance NodeJS MTProto Proxy
-
Updated
May 30, 2020 - JavaScript
Fast, simple, async php telegram api server: MadelineProto + Amp HTTP Server
-
Updated
Jan 18, 2022 - 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
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
Jan 24, 2022 - Python
SpEcHiDe
opened
Jan 29, 2022
CLI telegram client written in golang
-
Updated
Dec 14, 2017 - Go
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
Dec 20, 2021 - PHP
Bot that leech (re-upload) internet contents including torrent to telegram
-
Updated
May 12, 2021 - Python
Telegram client API library written 100% in C# and .NET Standard
client
telegram
csharp
dotnet
telegram-api
mtproto
tlsharp
client-api
telegram-client
userbot
telegram-userbot
clientapi
-
Updated
Feb 4, 2022 - C#
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