Document get_messages has no default limit

This commit is contained in:
Lonami Exo
2024-04-03 16:49:47 +02:00
parent bf3e3d8797
commit c9006024e2
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ For more information, see the :doc:`/concepts/datacenters` concept.
AttributeError: 'coroutine' object has no attribute 'id'
--------------------------------------------------------
Telethon is an asynchronous library, which means you must ``await`` calls that require network access:
Telethon is an asynchronous library, which means you must :keyword:`await` calls that require network access:
.. code-block:: python