Added message_thread_id to url of chats with topics for message.get_u… (#1469)

* Added message_thread_id to url of chats with topics for message.get_url() (#1451)

* Added tests for message.get_url()

* Added tests for message.get_url()

* Changed tests for message.get_url()
This commit is contained in:
Robotvasya 2024-08-14 04:11:58 +05:00 committed by GitHub
parent 9b0b6a68ed
commit e2e1bc5573
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 69 additions and 3 deletions

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

@ -0,0 +1 @@
Added **message_thread_id** parameter to **message.get_url()**.