2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-23 18:37:26 +00:00

8 lines
120 B
Plaintext
Raw Permalink Normal View History

2017-12-05 12:21:55 +01:00
class {sub_class}({super_class}):
2017-12-30 19:25:17 +01:00
{docstring}
2017-12-05 12:21:55 +01:00
ID = {id}
"""``str``: RPC Error ID"""
2017-12-30 19:25:17 +01:00
MESSAGE = __doc__
2017-12-05 12:21:55 +01:00