From 4dec85ee60fbb4b8c844db6743a667cddc3005df Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 28 May 2024 23:59:01 +0600 Subject: [PATCH] add note about TelegramPaymentChargeId --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd9cf09a9..c191e40dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 14.0.0 +* `Core`: + * `TelegramPaymentChargeId` has been added as value class and replaced raw strings in `SuccessfulPayment` type of `telegramPaymentChargeId` + ## 13.0.0 **Add support of [Telegram Bots API 7.3](https://core.telegram.org/bots/api-changelog#may-6-2024)**