Update README.md

This commit is contained in:
giuseppeM99 2020-11-10 16:23:40 +01:00 committed by GitHub
parent a5a0c49467
commit e6828cdf7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,17 @@ TDLight Telegram Bot API is 100% compatible with the official version.
### Command `optimize_memory` ### Command `optimize_memory`
Calling `optimize_memory` will remove old data from the in-memory cache and give the freed memory back to the os Calling `optimize_memory` will remove old data from the in-memory cache and give the freed memory back to the os
### Additional features
- getChat now resolves username for users
- the `message` object now has the `views` field and `forwards` field
- new method `getMessageInfo` to get a message (params: chat_id, message_id)
----- -----
The Telegram Bot API provides an HTTP API for creating [Telegram Bots](https://core.telegram.org/bots). The Telegram Bot API provides an HTTP API for creating [Telegram Bots](https://core.telegram.org/bots).
If you've got any questions about bots or would like to report an issue with your bot, kindly contact us at [@BotSupport](https://t.me/BotSupport) in Telegram. If you've got any questions about bots or would like to report an issue with your bot, kindly contact [@BotSupport](https://t.me/BotSupport) in Telegram.
Please note that only global Bot API issues that affect all bots are suitable for this repository. Please note that only global Bot API issues that affect all bots are suitable for this repository.