mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
This URL https://unicode-table.com/ has changed to https://symbl.cc/
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.
|
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
|
```python
|
||||||
# All of these work exactly the same (you only need one):
|
# All of these work exactly the same (you only need one):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user