From 9f00df74d0d8e05823b86a1a235a8eee1bcc5997 Mon Sep 17 00:00:00 2001 From: Darskiy Date: Thu, 28 Mar 2024 04:47:39 +0200 Subject: [PATCH] Updated Sending more than just messages (markdown) --- Sending-more-than-just-messages.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Sending-more-than-just-messages.md b/Sending-more-than-just-messages.md index b760b59..f514ca5 100644 --- a/Sending-more-than-just-messages.md +++ b/Sending-more-than-just-messages.md @@ -119,6 +119,4 @@ Now, in your message text, you can use inline links which become spoilers and cu client.send_message('me', 'hello this is a [hidden text](spoiler), with custom emoji [❤️](emoji/10002345) !') ``` -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 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. \ No newline at end of file