Skip to content

Commit bfda585

Browse files
committed
Hint the return type of get_history
1 parent 6c140fd commit bfda585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/client/methods/messages/get_history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_history(
3737
offset_id: int = 0,
3838
offset_date: int = 0,
3939
reverse: bool = False
40-
):
40+
) -> "pyrogram.Messages":
4141
"""Use this method to retrieve a chunk of the history of a chat.
4242
4343
You can get up to 100 messages at once.

0 commit comments

Comments
 (0)