From ce64dbacf2811e0d64bed366f3ff5892c3ce18eb Mon Sep 17 00:00:00 2001 From: YouKnow Date: Fri, 21 Jun 2024 18:35:26 +0330 Subject: [PATCH] Updated Sending more than just messages (markdown) --- 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 3fe2e7a..8b45d00 100644 --- a/Sending-more-than-just-messages.md +++ b/Sending-more-than-just-messages.md @@ -121,4 +121,4 @@ client.send_message('me', 'hello this is a [hidden text](spoiler), with custom e You may have noticed the emoji URL is followed by a number. This number is a `document_id`. To find it, the easiest way is to send a message to your own chat with the premium emoji you want to use using an official client, and then use Telethon to print the `message.entities`. It will contain the `document_id` you need to use. -You can find a custom html parser example that have both spoilers and custom emojis [Here](https://gist.github.com/YouKnow-sys/3d571bdd4857f175d91db8146ec065bf) \ No newline at end of file +You can find a custom HTML **parser example** that have both spoilers and custom emojis [Here](https://gist.github.com/YouKnow-sys/3d571bdd4857f175d91db8146ec065bf) \ No newline at end of file