diff --git a/Sending-more-than-just-messages.md b/Sending-more-than-just-messages.md index c390cd6..b760b59 100644 --- a/Sending-more-than-just-messages.md +++ b/Sending-more-than-just-messages.md @@ -120,3 +120,5 @@ 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. + +