From b5a7c07da2ddb5c41777911c674c76dbb149dbb9 Mon Sep 17 00:00:00 2001 From: deltoro05 <162127830+deltoro05@users.noreply.github.com> Date: Thu, 4 Apr 2024 15:29:39 +0300 Subject: [PATCH] This URL https://unicode-table.com/ has changed to https://symbl.cc/ --- Sending-more-than-just-messages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sending-more-than-just-messages.md b/Sending-more-than-just-messages.md index f514ca5..5f9ec6b 100644 --- a/Sending-more-than-just-messages.md +++ b/Sending-more-than-just-messages.md @@ -44,7 +44,7 @@ await client(SendReactionRequest( Note that you cannot use strings like ``:heart:`` for the reaction. You must use the desired emoji directly. You can most easily achieve this by copy-pasting the emoji from an official application such as Telegram Desktop. -If for some reason you cannot embed emoji directly into the code, you can also use its unicode escape (which you can find using websites like [unicode-table.com](https://unicode-table.com/en/emoji/)), or install a different package, like [`emoji`](https://pypi.org/project/emoji/): +If for some reason you cannot embed emoji directly into the code, you can also use its unicode escape (which you can find using websites like [symbl.cc](https://symbl.cc/en/emoji/)), or install a different package, like [`emoji`](https://pypi.org/project/emoji/): ```python # All of these work exactly the same (you only need one):