Skip to content

Commit 6081b1d

Browse files
fix: RawUpdateHandler docs
1 parent 17be685 commit 6081b1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/handlers/raw_update_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class RawUpdateHandler(Handler):
4242
client (:obj:`~pyrogram.Client`):
4343
The Client itself, useful when you want to call other API methods inside the update handler.
4444
45-
update (``Update``):
45+
update (:obj:`~pyrogram.raw.base.Update`):
4646
The received update, which can be one of the many single Updates listed in the
4747
:obj:`~pyrogram.raw.base.Update` base type.
4848

0 commit comments

Comments
 (0)