Handle more key errors on forward message

This commit is contained in:
Lonami Exo
2019-05-17 12:18:31 +02:00
parent a71b095c1d
commit a4c2e45d6d
2 changed files with 19 additions and 13 deletions

View File

@@ -270,4 +270,5 @@ WALLPAPER_INVALID,400,The input wallpaper was not valid
WC_CONVERT_URL_INVALID,400,WC convert URL invalid
WEBPAGE_CURL_FAILED,400,Failure while fetching the webpage with cURL
WEBPAGE_MEDIA_EMPTY,400,Webpage media empty
WORKER_BUSY_TOO_LONG_RETRY,500,Telegram workers are too busy to respond immediately
YOU_BLOCKED_USER,400,You blocked this user
1 name codes description
270 WC_CONVERT_URL_INVALID 400 WC convert URL invalid
271 WEBPAGE_CURL_FAILED 400 Failure while fetching the webpage with cURL
272 WEBPAGE_MEDIA_EMPTY 400 Webpage media empty
273 WORKER_BUSY_TOO_LONG_RETRY 500 Telegram workers are too busy to respond immediately
274 YOU_BLOCKED_USER 400 You blocked this user