Skip to content

Commit

Permalink
Fix max_message_cache_size description in Client
Browse files Browse the repository at this point in the history
  • Loading branch information
KurimuzonAkuma committed Feb 8, 2025
1 parent c834f4c commit 9ff1a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9ff1a15

Please sign in to comment.