mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
13 lines
178 B
Plaintext
13 lines
178 B
Plaintext
{notice}
|
|
|
|
from ..rpc_error import RPCError
|
|
|
|
|
|
class {super_class}(RPCError):
|
|
{docstring}
|
|
CODE = {code}
|
|
"""``int``: RPC Error Code"""
|
|
NAME = __doc__
|
|
|
|
|
|
{sub_classes} |