mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-07 17:53:47 +00:00
Update install/test server docs and add new known RPC error
This commit is contained in:
@@ -362,6 +362,7 @@ VIDEO_CONTENT_TYPE_INVALID,400,The video content type is not supported with the
|
||||
VIDEO_FILE_INVALID,400,The given video cannot be used
|
||||
WALLPAPER_FILE_INVALID,400,The given file cannot be used as a wallpaper
|
||||
WALLPAPER_INVALID,400,The input wallpaper was not valid
|
||||
WALLPAPER_MIME_INVALID,400,
|
||||
WC_CONVERT_URL_INVALID,400,WC convert URL invalid
|
||||
WEBDOCUMENT_URL_INVALID,400,The given URL cannot be used
|
||||
WEBPAGE_CURL_FAILED,400,Failure while fetching the webpage with cURL
|
||||
|
||||
|
@@ -62,7 +62,7 @@ account.updateStatus,user,SESSION_PASSWORD_NEEDED
|
||||
account.updateTheme,user,THEME_INVALID
|
||||
account.updateUsername,user,USERNAME_INVALID USERNAME_NOT_MODIFIED USERNAME_OCCUPIED
|
||||
account.uploadTheme,user,
|
||||
account.uploadWallPaper,user,WALLPAPER_FILE_INVALID
|
||||
account.uploadWallPaper,user,WALLPAPER_FILE_INVALID WALLPAPER_MIME_INVALID
|
||||
account.verifyEmail,user,EMAIL_INVALID
|
||||
account.verifyPhone,user,
|
||||
auth.acceptLoginToken,user,
|
||||
|
||||
|
Reference in New Issue
Block a user