Updated readme

This commit is contained in:
Alishahryar1 2026-02-18 17:26:46 -08:00
parent 16fa9d90cd
commit 06fff52deb

View file

@ -420,7 +420,7 @@ class MyPlatform(MessagingPlatform):
# Cleanup
...
async def send_message(self, chat_id, text, reply_to=None, parse_mode=None):
async def send_message(self, chat_id, text, reply_to=None, parse_mode=None, message_thread_id=None):
# Send a message
...