mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-09 10:30:35 +00:00
Minor docs update, bump v1.11.3
This commit is contained in:
@@ -245,7 +245,7 @@ class DialogMethods:
|
||||
|
||||
# Getting only archived dialogs (both equivalent)
|
||||
archived = await client.get_dialogs(folder=1)
|
||||
non_archived = await client.get_dialogs(archived=True)
|
||||
archived = await client.get_dialogs(archived=True)
|
||||
"""
|
||||
return await self.iter_dialogs(*args, **kwargs).collect()
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Versions should comply with PEP440.
|
||||
# This line is parsed in setup.py:
|
||||
__version__ = '1.11.2'
|
||||
__version__ = '1.11.3'
|
||||
|
||||
Reference in New Issue
Block a user