There was an error while loading. Please reload this page.
1 parent 963db5e commit a768130Copy full SHA for a768130
1 file changed
compiler/api/template/type.txt
@@ -5,4 +5,7 @@
5
from typing import Union
6
from pyrogram import raw
7
8
-{name} = Union[{types}]
+{name} = Union[{types}]
9
+{name}.__doc__ = """
10
+ {docstring}
11
+"""
0 commit comments