2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-23 10:28:00 +00:00

13 lines
178 B
Plaintext
Raw Normal View History

2017-12-05 12:21:55 +01:00
{notice}
from ..rpc_error import RPCError
2017-12-05 12:21:55 +01:00
class {super_class}(RPCError):
2017-12-30 19:25:17 +01:00
{docstring}
2017-12-05 12:21:55 +01:00
CODE = {code}
"""``int``: RPC Error Code"""
2017-12-30 19:25:17 +01:00
NAME = __doc__
2017-12-05 12:21:55 +01:00
{sub_classes}