Slightly improve documentation

This commit is contained in:
Lonami Exo
2023-02-26 10:10:19 +01:00
parent acfde7132b
commit 0563430314
3 changed files with 9 additions and 3 deletions

View File

@@ -427,6 +427,7 @@ STICKER_FILE_INVALID,400,Sticker file invalid
STICKER_GIF_DIMENSIONS,400,The specified video sticker has invalid dimensions
STICKER_ID_INVALID,400,The provided sticker ID is invalid
STICKER_INVALID,400,The provided sticker is invalid
STICKER_MIME_INVALID,400,Make sure to pass a valid image file for the right InputFile parameter
STICKER_PNG_DIMENSIONS,400,Sticker png dimensions invalid
STICKER_PNG_NOPNG,400,Stickers must be a png file but the used image was not a png
STICKER_TGS_NODOC,400,You must send the animated sticker as a document
1 name codes description
427 STICKER_GIF_DIMENSIONS 400 The specified video sticker has invalid dimensions
428 STICKER_ID_INVALID 400 The provided sticker ID is invalid
429 STICKER_INVALID 400 The provided sticker is invalid
430 STICKER_MIME_INVALID 400 Make sure to pass a valid image file for the right InputFile parameter
431 STICKER_PNG_DIMENSIONS 400 Sticker png dimensions invalid
432 STICKER_PNG_NOPNG 400 Stickers must be a png file but the used image was not a png
433 STICKER_TGS_NODOC 400 You must send the animated sticker as a document