diff --git a/pyrogram/client/methods/messages/get_history.py b/pyrogram/client/methods/messages/get_history.py index 6d97578f..c2f4226b 100644 --- a/pyrogram/client/methods/messages/get_history.py +++ b/pyrogram/client/methods/messages/get_history.py @@ -45,7 +45,7 @@ class GetHistory(BaseClient): Limits the number of messages to be retrieved. By default, the first 100 messages are returned. - offset (``int``, *optional*) + offset (``int``, *optional*): Sequential number of the first message to be returned. Defaults to 0 (most recent message). Negative values are also accepted and become useful in case you set offset_id or offset_date.