mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Add missing colon
This commit is contained in:
parent
b60853b2e2
commit
f440b1f969
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue