Telegram MTProto API Client Library and Framework for Python
-
Updated
Oct 30, 2020 - Python
{{ message }}
Telegram MTProto API Client Library and Framework for Python
Full-native go implementation of Telegram API
Strict typed library to create Telegram apps with Typescript/JavaScript (based on TDLib 1.6)
TDLib bindings for Node.js.
Telegram API JS (MTProto) client library for browser and nodejs
C#/.NET Core bindings for TDLib (Telegram MTProto API)
Flutter Plugin for TDLib (Telegram Database Library)
Ruby bindings and client for TDLib
Depecher - Unofficial Sailfish OS client for Telegram based on tdlib
Kotlin Multiplatform TDLib (Telegram Database library) client
TDLib Binding with Telegram Bot API Reimplemention for Node.js
NodeJS API for the TDLib. It helps you build your own Telegram Client, support Secret Chat
An convinient wrapper for kotlogram
A telegram client for android created using tdlib library and built with Jetpack Compose
A basic interface between tdlib and lua
TDLib fork focused on keeping a low memory usage and high performance.
Add a description, image, and links to the tdlib topic page so that developers can more easily learn about it.
To associate your repository with the tdlib topic, visit your repo's landing page and select "manage topics."
In the TDLIB update event, there is only the 'sender_user_id' field and no other user identification. Currently, there is no way to get first and last names using python-telegram.
As far as I know, to get that information the client should use getUserFullInfo() method. Please, add it.