From fded5e25691ea2f8f6b380beb79f8ad28a56942c Mon Sep 17 00:00:00 2001 From: YouKnow Date: Fri, 21 Jun 2024 18:26:19 +0330 Subject: [PATCH] Updated Sending more than just messages (markdown) --- Sending-more-than-just-messages.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sending-more-than-just-messages.md b/Sending-more-than-just-messages.md index 007fcc3..be14e98 100644 --- a/Sending-more-than-just-messages.md +++ b/Sending-more-than-just-messages.md @@ -339,4 +339,8 @@ class CustomHtmlParser: return del_surrogate(text) ``` +example of sending message using custom html parser +```python +client.send_message('me', 'hello this is a hidden text, with custom emoji ❤️ !') +``` \ No newline at end of file