From 9ff1a1549e484f4601e0b267b9b358bf0e1704cf Mon Sep 17 00:00:00 2001 From: KurimuzonAkuma Date: Sat, 8 Feb 2025 12:23:20 +0300 Subject: [PATCH] Fix max_message_cache_size description in Client --- pyrogram/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/client.py b/pyrogram/client.py index cea48423b4..84de67d7ab 100644 --- a/pyrogram/client.py +++ b/pyrogram/client.py @@ -197,7 +197,7 @@ class Client(Methods): max_message_cache_size (``int``, *optional*): Set the maximum size of the message cache. - Defaults to 10000. + Defaults to 1000. storage_engine (:obj:`~pyrogram.storage.Storage`, *optional*): Pass an instance of your own implementation of session storage engine.