mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-10 13:59:32 +01:00
Update readme, remove deprecated informations
TDLight and memory optimizations are no longer present in the bot api fork
This commit is contained in:
parent
4a4ef1b3ca
commit
f544ff7606
16
README.md
16
README.md
@ -1,7 +1,7 @@
|
|||||||
# TDLight Telegram Bot API
|
# TDLight Telegram Bot API
|
||||||
The official documentation is [here](https://tdlight-team.github.io/tdlight-telegram-bot-api/).
|
The official documentation is [here](https://tdlight-team.github.io/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 an actively enhanced fork of the original Bot API, featuring experimental user support, proxies, unlimited files size, and more.
|
||||||
|
|
||||||
TDLight Telegram Bot API is 100% compatible with the official version.
|
TDLight Telegram Bot API is 100% compatible with the official version.
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ If you've got any questions about our fork, instead, join [@TDLightChat](https:/
|
|||||||
Please note that only TDLight-specific issues are suitable for this repository.
|
Please note that only TDLight-specific issues are suitable for this repository.
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
- [TDLight features](#tdlight-features)
|
- [TDLight Bot API features](#tdlight-features)
|
||||||
- [Added features](#added-features)
|
- [Added features](#added-features)
|
||||||
- [Added API Methods](#added-api-methods)
|
- [Added API Methods](#added-api-methods)
|
||||||
- [Added Command Line Parameters](#added-command-line-parameters)
|
- [Added Command Line Parameters](#added-command-line-parameters)
|
||||||
@ -29,22 +29,12 @@ Please note that only TDLight-specific issues are suitable for this repository.
|
|||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
<a name="tdlight-features"></a>
|
<a name="tdlight-features"></a>
|
||||||
## TDLight features
|
## TDLight Bot API features
|
||||||
|
|
||||||
<a name="added-features"></a>
|
<a name="added-features"></a>
|
||||||
### Added features
|
### Added features
|
||||||
|
|
||||||
#### TDLib replaced with TDLight
|
|
||||||
[TDLight](https://github.com/tdlight-team/tdlight) provides constant memory usage, unlike tdlib that must be restarted to reduce the heap size.
|
|
||||||
|
|
||||||
<a name="added-api-methods"></a>
|
<a name="added-api-methods"></a>
|
||||||
#### Added API Methods
|
|
||||||
##### Method `optimizeMemory`
|
|
||||||
Calling `optimizeMemory` will remove old data from the in-memory cache and give the freed memory back to the os
|
|
||||||
|
|
||||||
##### Method `getMemoryStats`
|
|
||||||
Calling `getMemoryStats` will return a json containing the info about the memory manager, more info [here](https://github.com/tdlight-team/tdlight#tdapigetmemorystatistics)
|
|
||||||
|
|
||||||
##### Method `getMessageInfo`
|
##### Method `getMessageInfo`
|
||||||
Get information about a message
|
Get information about a message
|
||||||
###### Parameters
|
###### Parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user