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