Skip to content

Commit

Permalink
Update set_account_ttl description
Browse files Browse the repository at this point in the history
  • Loading branch information
KurimuzonAkuma committed Sep 7, 2024
1 parent 7f63526 commit 43a6ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyrogram/methods/account/set_account_ttl.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async def set_account_ttl(
.. note::
Days should be in range 30-548
Days should be in range 30-730
.. include:: /_includes/usable-by/users.rst
Expand All @@ -43,7 +43,7 @@ async def set_account_ttl(
Example:
.. code-block:: python
# Set ttl in days
# Set account ttl to 1 year
await app.set_account_ttl(365)
"""
r = await self.invoke(
Expand Down

0 comments on commit 43a6ce3

Please sign in to comment.