mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Update to version 1.23
This commit is contained in:
parent
2df1dd7215
commit
06afd04b07
|
@ -13,6 +13,29 @@ it can take advantage of new goodies!
|
|||
|
||||
.. contents:: List of All Versions
|
||||
|
||||
New schema and bug fixes (v1.23)
|
||||
================================
|
||||
|
||||
+------------------------+
|
||||
| Scheme layer used: 130 |
|
||||
+------------------------+
|
||||
|
||||
`View new and changed raw API methods <https://diff.telethon.dev/?from=129&to=130>`__.
|
||||
|
||||
Enhancements
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* `client.pin_message() <telethon.client.messages.MessageMethods.pin_message>`
|
||||
can now pin on a single side in PMs.
|
||||
* Iterating participants should now be less expensive floodwait-wise.
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* The QR login URL was being encoded incorrectly.
|
||||
* ``force_document`` was being ignored in inline queries for document.
|
||||
* ``manage_call`` permission was accidentally set to ``True`` by default.
|
||||
|
||||
New schema and bug fixes (v1.22)
|
||||
================================
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Versions should comply with PEP440.
|
||||
# This line is parsed in setup.py:
|
||||
__version__ = '1.22.0'
|
||||
__version__ = '1.23.0'
|
||||
|
|
Loading…
Reference in New Issue
Block a user