mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 06:16:06 +00:00
Fix raw API not being properly imported when using repr/eval
Fixes #423
This commit is contained in:
@@ -489,7 +489,7 @@ def start(format: bool = False):
|
||||
docstring=docstring,
|
||||
slots=slots,
|
||||
id=c.id,
|
||||
qualname=f"pyrogram.raw.{c.section}.{c.qualname}",
|
||||
qualname=f"{c.section}.{c.qualname}",
|
||||
arguments=arguments,
|
||||
fields=fields,
|
||||
read_types=read_types,
|
||||
|
Reference in New Issue
Block a user