Document STICKER_DOCUMENT_INVALID error (#1537)

This commit is contained in:
Daniil
2020-08-29 12:41:50 +03:00
committed by GitHub
parent daec282cdf
commit 02b8f1d007
2 changed files with 2 additions and 1 deletions

View File

@@ -271,6 +271,7 @@ START_PARAM_INVALID,400,Start parameter invalid
STATS_MIGRATE_X,303,The channel statistics must be fetched from DC {dc}
STICKERSET_INVALID,400,The provided sticker set is invalid
STICKERS_EMPTY,400,No sticker provided
STICKER_DOCUMENT_INVALID,400,"The sticker file was invalid (make sure to use the correct format, animated stickers may not be allowed in this request)"
STICKER_EMOJI_INVALID,400,Sticker emoji invalid
STICKER_FILE_INVALID,400,Sticker file invalid
STICKER_ID_INVALID,400,The provided sticker ID is invalid
1 name codes description
271 STATS_MIGRATE_X 303 The channel statistics must be fetched from DC {dc}
272 STICKERSET_INVALID 400 The provided sticker set is invalid
273 STICKERS_EMPTY 400 No sticker provided
274 STICKER_DOCUMENT_INVALID 400 The sticker file was invalid (make sure to use the correct format, animated stickers may not be allowed in this request)
275 STICKER_EMOJI_INVALID 400 Sticker emoji invalid
276 STICKER_FILE_INVALID 400 Sticker file invalid
277 STICKER_ID_INVALID 400 The provided sticker ID is invalid