From 8678d2d7fb50250c52f8864cffd64b8b6ac85d6a Mon Sep 17 00:00:00 2001 From: ruben Date: Sun, 9 Jun 2024 12:54:52 +0100 Subject: [PATCH] Version 7.3.0 --- Writerside/topics/Changelog.md | 3 +++ Writerside/topics/How-To-Update.md | 3 +++ Writerside/v.list | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Writerside/topics/Changelog.md b/Writerside/topics/Changelog.md index 756e72a..64a6c5b 100644 --- a/Writerside/topics/Changelog.md +++ b/Writerside/topics/Changelog.md @@ -2,6 +2,9 @@ Find here changelog for all releases though the years +## 7.3.0 +1. Update Api version [7.3](https://core.telegram.org/bots/api-changelog#may-6-2024) + ## 7.2.1 1. Fix: #1275 #1316 2. Set defaults GetUpdates values to 100 updates and 50 timeout diff --git a/Writerside/topics/How-To-Update.md b/Writerside/topics/How-To-Update.md index 9503ea7..96ccc0b 100644 --- a/Writerside/topics/How-To-Update.md +++ b/Writerside/topics/How-To-Update.md @@ -2,6 +2,9 @@ If there are any changes required to update to a new version, they'll be listed here. +## To version 7.3.0 +1. Class `org.telegram.telegrambots.meta.api.objects.Chat` has been split (as per API guidelines) into `org.telegram.telegrambots.meta.api.objects.chat.Chat` and `org.telegram.telegrambots.meta.api.objects.chat.ChatFullInfo`, old class is still available but unused. + ## To version 7.2.1 1. Instead of using `TelegramOkHttpClientFactory.ProxyOkHttpClientCreator` use either `TelegramOkHttpClientFactory.HttpProxyOkHttpClientCreator` or `TelegramOkHttpClientFactory.SocksProxyOkHttpClientCreator` diff --git a/Writerside/v.list b/Writerside/v.list index 27dea9d..7a4de30 100644 --- a/Writerside/v.list +++ b/Writerside/v.list @@ -5,7 +5,7 @@ - +