Added support for message_thread_id in ChatActionSender (#1250)

* Add support for message_thread_id in ChatActionSender

The given changes add support for including the 'message_thread_id' in ChatActionSender function calls, allowing actions to be sent in specific threads rather than the main chat.

* Added changelog
This commit is contained in:
Alex Root Junior 2023-08-06 19:17:58 +03:00 committed by GitHub
parent b311d59fce
commit c9f0b36ad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 2 deletions

1
CHANGES/1249.feature.rst Normal file
View file

@ -0,0 +1 @@
Added support for message_thread_id in ChatActionSender