Added readme

This commit is contained in:
Andrea Cavalli 2020-11-04 16:43:50 +01:00
parent c570a217c5
commit 7067eb088c
1 changed files with 12 additions and 0 deletions

View File

@ -1,4 +1,16 @@
# TDLight Telegram Bot API
TDLight Telegram Bot API is a fork of the official Telegram Bot API, focused on memory footprint and performance.
TDLight Telegram Bot API is 100% compatible with the official version.
## Added features
### TDLight instead of tdlib
TDLight provides constant memory usage, unlike tdlib that must be restarted to reduce the heap size.
-----
The Telegram Bot API provides an HTTP API for creating [Telegram Bots](https://core.telegram.org/bots).