@@ -290,6 +290,8 @@ STICKER_ID_INVALID The provided sticker id is invalid
290290STICKER_INVALID The provided sticker is invalid
291291STICKER_PNG_DIMENSIONS The sticker png dimensions are invalid
292292STICKER_PNG_NOPNG Stickers must be png files but the provided image was not a png
293+ STICKER_TGS_NOTGS A tgs sticker file was expected, but something else was provided
294+ STICKER_THUMB_PNG_NOPNG A png sticker thumbnail file was expected, but something else was provided
293295TAKEOUT_INVALID The takeout id is invalid
294296TAKEOUT_REQUIRED The method must be invoked inside a takeout session
295297TEMP_AUTH_KEY_EMPTY The temporary auth key provided is empty
@@ -298,6 +300,7 @@ THEME_FORMAT_INVALID Invalid theme format provided
298300THEME_INVALID Invalid theme provided
299301THEME_MIME_INVALID You cannot create this theme because the mime-type is invalid
300302TMP_PASSWORD_DISABLED The temporary password is disabled
303+ TMP_PASSWORD_INVALID The temporary password is invalid
301304TOKEN_INVALID The provided token is invalid
302305TTL_DAYS_INVALID The provided TTL days is invalid
303306TTL_MEDIA_INVALID The media does not support self-destruction
@@ -310,6 +313,7 @@ USERNAME_INVALID The username is invalid
310313USERNAME_NOT_MODIFIED The username was not modified because you tried to edit it using the same one
311314USERNAME_NOT_OCCUPIED The username is not occupied by anyone
312315USERNAME_OCCUPIED The username is already in use by someone else
316+ USERPIC_UPLOAD_REQUIRED You are required to upload a profile picture for this action
313317USERS_TOO_FEW Not enough users (to create a chat, for example)
314318USERS_TOO_MUCH The maximum number of users has been exceeded (to create a chat, for example)
315319USER_ADMIN_INVALID The action requires admin privileges. Probably you tried to edit admin privileges on someone you don't have rights to
@@ -333,6 +337,7 @@ VIDEO_FILE_INVALID The video file is invalid
333337VOLUME_LOC_NOT_FOUND The volume location can't be found
334338WALLPAPER_FILE_INVALID The provided file cannot be used as a wallpaper
335339WALLPAPER_INVALID The input wallpaper was not valid
340+ WALLPAPER_MIME_INVALID The wallpaper mime type is invalid
336341WC_CONVERT_URL_INVALID WC convert URL invalid
337342WEBDOCUMENT_INVALID The web document is invalid
338343WEBDOCUMENT_MIME_INVALID The web document mime type is invalid
0 commit comments