Add missing colon

This commit is contained in:
Dan 2019-01-02 17:27:40 +01:00 committed by GitHub
parent b60853b2e2
commit f440b1f969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.