#
mtproto
Here are 119 public repositories matching this topic...
Pure Python 3 MTProto API Telegram client library, for bots too!
-
Updated
Apr 1, 2021 - Python
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
Mar 30, 2021 - PHP
Unofficial open source telegram server written in golang
-
Updated
Jul 10, 2020 - Go
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 30, 2020 - Go
High Performance NodeJS MTProto Proxy
-
Updated
May 30, 2020 - JavaScript
Telegram API JS (MTProto) client library for browser and nodejs
api
client
library
browser
telegram
messenger
telegram-api
lib
mtproto
telegram-web
tdlib
telegram-online
telegram-api-js
-
Updated
Mar 23, 2021 - JavaScript
Fast, simple, async php telegram api server: MadelineProto + Amp HTTP Server
-
Updated
Mar 29, 2021 - PHP
CLI telegram client written in golang
-
Updated
Dec 14, 2017 - Go
tdakkota
commented
Mar 21, 2021
For now, there is no method which does handle SLOWMODE_WAIT error automatically.
It would be great to add chain parameter to set handler and retry request by default.
d := sender.Resolve("chat")
d.OnSlowMode(slowmode.Wait).Text(ctx, "Disable slow mode, please!") // same as call without OnSlowMode, Wait by default
d.OnSlowMode(slowmode.Err).Text(ctx, "Disable slow mode, please!") // re(tele)gramme.rs - use Telegram's API from Rust
-
Updated
Apr 1, 2021 - Rust
An Object-Oriented PHP library for Telegram Bots
api
bot
cli
php
webhooks
composer
telegram
telegram-bot
oop
telegram-api
mtproto
telegram-bots
userbot
getupdates
-
Updated
Mar 31, 2021 - PHP
The Api client library that implements the MtProto 2.0. To connect to servers, such as Telegram
-
Updated
Jan 29, 2021 - C#
Bot that leech (re-upload) internet contents including torrent to telegram
-
Updated
Feb 10, 2021 - Python
A simple script to forward all the messages of one chat (private/group/channel) to another. Made using Telethon. Can be used to back up the contents of a chat to another place.
automation
telegram
script
telegram-bot
python-script
python3
mtproto
user-bot
telegram-userbot
telethon
telethon-userbot
-
Updated
Mar 31, 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