mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 16:04:51 +00:00
Add some new RPCErrors as well
This commit is contained in:
parent
e1d617b680
commit
f5efb6672a
1 changed files with 3 additions and 1 deletions
|
|
@ -58,3 +58,5 @@ DC_ID_INVALID The dc_id parameter is invalid
|
||||||
LIMIT_INVALID The limit parameter is invalid
|
LIMIT_INVALID The limit parameter is invalid
|
||||||
OFFSET_INVALID The offset parameter is invalid
|
OFFSET_INVALID The offset parameter is invalid
|
||||||
EMAIL_INVALID The email provided is invalid
|
EMAIL_INVALID The email provided is invalid
|
||||||
|
USER_IS_BOT A bot cannot send messages to other bots or to itself
|
||||||
|
WEBPAGE_CURL_FAILED Telegram could not fetch the provided URL
|
||||||
|
Loading…
Reference in a new issue