From 5e03098ca8d398403cf7f0ad57ff84594836d6ee Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 22 Mar 2022 19:06:02 +0600 Subject: [PATCH] fill changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d8b485ab7..42df2a81ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * `Core`: * New function `MessageContent.Companion#serializationModule` + * Now it is possible to create `TelegramBot` (`RequestsExecutor`) with several bots under the hood and opportunity + for bots requests load balancing or fault-fix via sending of the requests via another bot * `API`: * Add replies which will use another message as a source for reply (`copyMessage`)