2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-05 00:35:10 +00:00

Add missing colon

This commit is contained in:
Dan
2019-01-02 17:27:40 +01:00
committed by GitHub
parent b60853b2e2
commit f440b1f969

View File

@@ -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.