Further document automatic photo resizing

This commit is contained in:
Lonami Exo
2019-02-13 09:58:02 +01:00
parent fd24f7087e
commit 5c85f830bd
3 changed files with 8 additions and 1 deletions

View File

@@ -171,7 +171,7 @@ PHOTO_CONTENT_URL_EMPTY,400,The content from the URL used as a photo appears to
PHOTO_CROP_SIZE_SMALL,400,Photo is too small
PHOTO_EXT_INVALID,400,The extension of the photo is invalid
PHOTO_INVALID,400,Photo invalid
PHOTO_INVALID_DIMENSIONS,400,The photo dimensions are invalid
PHOTO_INVALID_DIMENSIONS,400,The photo dimensions are invalid (hint: `pip install pillow` for `send_file` to resize images)
PHOTO_SAVE_FILE_INVALID,400,The photo you tried to send cannot be saved by Telegram. A reason may be that it exceeds 10MB. Try resizing it locally
PHOTO_THUMB_URL_EMPTY,400,The URL used as a thumbnail appears to be empty or has caused another HTTP error
PIN_RESTRICTED,400,You can't pin messages in private chats with other people
1 name codes description
171 PHOTO_CROP_SIZE_SMALL 400 Photo is too small
172 PHOTO_EXT_INVALID 400 The extension of the photo is invalid
173 PHOTO_INVALID 400 Photo invalid
174 PHOTO_INVALID_DIMENSIONS 400 The photo dimensions are invalid The photo dimensions are invalid (hint: `pip install pillow` for `send_file` to resize images)
175 PHOTO_SAVE_FILE_INVALID 400 The photo you tried to send cannot be saved by Telegram. A reason may be that it exceeds 10MB. Try resizing it locally
176 PHOTO_THUMB_URL_EMPTY 400 The URL used as a thumbnail appears to be empty or has caused another HTTP error
177 PIN_RESTRICTED 400 You can't pin messages in private chats with other people