Skip to content

Commit

Permalink
Update Pyrogram to v2.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
KurimuzonAkuma committed Aug 22, 2024
1 parent 972bae9 commit 814e2fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.

__version__ = "2.1.24"
__version__ = "2.1.25"
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"

Expand Down
4 changes: 4 additions & 0 deletions pyrogram/methods/account/set_account_ttl.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ async def set_account_ttl(
):
"""Set days to live of account.
.. note::
Days should be in range 30-548
.. include:: /_includes/usable-by/users.rst
Parameters:
Expand Down

0 comments on commit 814e2fb

Please sign in to comment.