From 43a6ce33a19f4983b9a17001c046180d6be7d395 Mon Sep 17 00:00:00 2001 From: KurimuzonAkuma Date: Sat, 7 Sep 2024 09:32:14 +0300 Subject: [PATCH] Update set_account_ttl description --- pyrogram/methods/account/set_account_ttl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyrogram/methods/account/set_account_ttl.py b/pyrogram/methods/account/set_account_ttl.py index 12421cd680..cabe9f5362 100644 --- a/pyrogram/methods/account/set_account_ttl.py +++ b/pyrogram/methods/account/set_account_ttl.py @@ -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 @@ -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(