There was an error while loading. Please reload this page.
1 parent 32b3452 commit 295060dCopy full SHA for 295060d
compiler/api/compiler.py
@@ -378,7 +378,7 @@ def start(format: bool = False):
378
else:
379
docstring += f"Telegram API method.\n\n"
380
381
- docstring += f" Details:\n - Layer: ``{layer}``\n - ID: ``{c.id}``\n\n"
+ docstring += f" Details:\n - Layer: ``{layer}``\n - ID: ``{c.id[2:].upper()}``\n\n"
382
383
if docstring_args:
384
docstring += " Parameters:\n " + "\n ".join(docstring_args)
0 commit comments