mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Hint the return type of get_history
This commit is contained in:
parent
6c140fd03e
commit
bfda5852b6
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class GetHistory(BaseClient):
|
|||
offset_id: int = 0,
|
||||
offset_date: int = 0,
|
||||
reverse: bool = False
|
||||
):
|
||||
) -> "pyrogram.Messages":
|
||||
"""Use this method to retrieve a chunk of the history of a chat.
|
||||
|
||||
You can get up to 100 messages at once.
|
||||
|
|
|
|||
Loading…
Reference in a new issue