deltoro05 2024-04-04 15:29:39 +03:00
parent 9f00df74d0
commit b5a7c07da2

@ -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):