From 0c814ab7c2ccf4b354d24acb717b190eef183af8 Mon Sep 17 00:00:00 2001 From: Wizou <11647984+wiz0u@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:42:16 +0100 Subject: [PATCH] `ToHtml`/`ToMarkdown`: support for ExpandableBlockquote (v22.1.1) --- src/migrate/Version-22.x.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/migrate/Version-22.x.md b/src/migrate/Version-22.x.md index afe486e..8fa8a3d 100644 --- a/src/migrate/Version-22.x.md +++ b/src/migrate/Version-22.x.md @@ -75,4 +75,5 @@ _(if you use this [non-recommended](Version-21.x.md#request-structures) method)_ ## What's new in version 22.1 - Support for [Bot API 8.0](https://core.telegram.org/bots/api-changelog#november-17-2024) -- new helper `message.MessageLink()` to get the t.me link to that message (Supergroup and Channel only) \ No newline at end of file +- new helper `message.MessageLink()` to get the t.me link to that message (Supergroup and Channel only) +- `ToHtml`/`ToMarkdown`: support for ExpandableBlockquote (v22.1.1) \ No newline at end of file