From 1e5f383fef2ca3a62677fd52b870d078295a92c4 Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 27 Jul 2018 03:55:30 +0300 Subject: [PATCH] Update number of active bots in README to 22000. GitOrigin-RevId: 93ceb8b938bb10837f6d8f7931339f300bb87c91 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f5762fd1..9af539464 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ TDLib (Telegram Database library) is a cross-platform library for building [Tele * **Cross-platform**: `TDLib` can be used on Android, iOS, Windows, macOS, Linux, Windows Phone, WebAssembly, watchOS, tvOS, Tizen, Cygwin. It should also work on other *nix systems with or without minimal effort. * **Multilanguage**: `TDLib` can be easily used with any programming language that is able to execute C functions. Additionally it already has native Java (using `JNI`) bindings and .NET (using `C++/CLI` and `C++/CX`) bindings. * **Easy to use**: `TDLib` takes care of all network implementation details, encryption and local data storage. -* **High-performance**: in the [Telegram Bot API](https://core.telegram.org/bots/api), each `TDLib` instance handles more than 21000 active bots simultaneously. +* **High-performance**: in the [Telegram Bot API](https://core.telegram.org/bots/api), each `TDLib` instance handles more than 22000 active bots simultaneously. * **Well-documented**: all `TDLib` API methods and public interfaces are fully documented. * **Consistent**: `TDLib` guarantees that all updates are delivered in the right order. * **Reliable**: `TDLib` remains stable on slow and unreliable Internet connections.