mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 11:30:03 +00:00
Updated readme
This commit is contained in:
parent
16fa9d90cd
commit
06fff52deb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue