Pure Python 3 MTProto API Telegram client library, for bots too!
-
Updated
Oct 14, 2021 - Python
{{ message }}
Telegram is a non-profit, cloud-based instant messaging service. It offers open source clients for a multitude of operating systems and powerful APIs that allow developers to create their own clients and chat bots.
Pure Python 3 MTProto API Telegram client library, for bots too!
PHP Telegram Bot based on the official Telegram Bot API
Telegram MTProto API Client Library and Framework in Pure Python for Users and Bots
Async PHP client/server API for the telegram MTProto protocol
Telegram Bot API for Java
A Telegram Mass Surveillance Bot in Python
Complete async capable Telegram bot API implementation for PHP7
It’s been a while but telegram now sends the user locale as part of the message. I always thought of doing this but thought it would not be useful... until I started receiving comments from admins from foreign groups in which users might have trouble with the default language of GB (English).
Opensource Telegram based cloud storage
Telegram API JS (MTProto) client library for Node.js and browser
Telegram Bot API Wrapper for Scala
Python client for the Telegram's tdlib
It would be very helpful if we add some E2E/platform-specific workflow to check WASM support using Chrome.
First Telegram Bot API node.js library
Is your feature request related to a problem? Please describe.
**Describe the solution you'd like
Node.js bindings to TDLib.
Plugin for Sentry which allows sending notification via Telegram messenger.
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
A tool for exporting Telegram group chats into static websites, preserving chat history like mailing list archives.
Magento Chatbot Integration with Telegram, Messenger, Whatsapp, WeChat, Skype and wit.ai.
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