Add some new RPCErrors as well

This commit is contained in:
Dan 2018-04-18 11:24:19 +02:00
parent e1d617b680
commit f5efb6672a

View File

@ -57,4 +57,6 @@ CHANNEL_INVALID The channel parameter is invalid
DC_ID_INVALID The dc_id parameter is invalid
LIMIT_INVALID The limit 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
1 id message
57 DC_ID_INVALID The dc_id parameter is invalid
58 LIMIT_INVALID The limit parameter is invalid
59 OFFSET_INVALID The offset parameter is invalid
60 EMAIL_INVALID The email provided is invalid
61 USER_IS_BOT A bot cannot send messages to other bots or to itself
62 WEBPAGE_CURL_FAILED Telegram could not fetch the provided URL