mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Update to v1.5.2
This commit is contained in:
parent
a5b107e6c9
commit
e565552ae9
|
@ -14,6 +14,27 @@ it can take advantage of new goodies!
|
|||
.. contents:: List of All Versions
|
||||
|
||||
|
||||
Takeout Sessions (v1.5.2)
|
||||
=========================
|
||||
|
||||
*Published at 2019/01/05*
|
||||
|
||||
You can now easily start takeout sessions (also known as data export sessions)
|
||||
through `client.takeout() <telethon.client.account.AccountMethods.takeout>`.
|
||||
Some of the requests will have lower flood limits when done through the
|
||||
takeout session.
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* The new `AdminLogEvent <telethon.tl.custom.adminlogevent.AdminLogEvent>`
|
||||
had a bug that made it unusable.
|
||||
* `client.iter_dialogs() <telethon.client.dialogs.DialogMethods.iter_dialogs>`
|
||||
will now locally check for the offset date, since Telegram ignores it.
|
||||
* Answering inline queries with media no works properly. You can now use
|
||||
the library to create inline bots and send stickers through them!
|
||||
|
||||
|
||||
object.to_json() (v1.5.1)
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Versions should comply with PEP440.
|
||||
# This line is parsed in setup.py:
|
||||
__version__ = '1.5.1'
|
||||
__version__ = '1.5.2'
|
||||
|
|
Loading…
Reference in New Issue
Block a user