Update to layer 91

This commit is contained in:
Lonami Exo
2018-12-23 11:03:14 +01:00
parent aefa429236
commit 24986bbea0
2 changed files with 50 additions and 17 deletions

View File

@@ -134,6 +134,7 @@ NEW_SALT_INVALID,400,The new salt is invalid
NEW_SETTINGS_INVALID,400,The new settings are invalid
OFFSET_INVALID,400,"The given offset was invalid, it must be divisible by 1KB. See https://core.telegram.org/api/files#downloading-files"
OFFSET_PEER_ID_INVALID,400,The provided offset peer is invalid
OPTIONS_TOO_MUCH,400,You defined too many options for the poll
PACK_SHORT_NAME_INVALID,400,"Invalid sticker pack name. It must begin with a letter, can't contain consecutive underscores and must end in ""_by_<bot username>""."
PACK_SHORT_NAME_OCCUPIED,400,A stickerpack with this name already exists
PARTICIPANTS_TOO_FEW,400,Not enough participants
@@ -165,6 +166,7 @@ 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_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
PIN_RESTRICTED,400,You can't pin messages in private chats with other people
PRIVACY_KEY_INVALID,400,The privacy key is invalid
PTS_CHANGE_EMPTY,500,No PTS change
QUERY_ID_EMPTY,400,The query ID is empty
1 name codes description
134 NEW_SETTINGS_INVALID 400 The new settings are invalid
135 OFFSET_INVALID 400 The given offset was invalid, it must be divisible by 1KB. See https://core.telegram.org/api/files#downloading-files
136 OFFSET_PEER_ID_INVALID 400 The provided offset peer is invalid
137 OPTIONS_TOO_MUCH 400 You defined too many options for the poll
138 PACK_SHORT_NAME_INVALID 400 Invalid sticker pack name. It must begin with a letter, can't contain consecutive underscores and must end in "_by_<bot username>".
139 PACK_SHORT_NAME_OCCUPIED 400 A stickerpack with this name already exists
140 PARTICIPANTS_TOO_FEW 400 Not enough participants
166 PHOTO_INVALID 400 Photo invalid
167 PHOTO_INVALID_DIMENSIONS 400 The photo dimensions are invalid
168 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
169 PIN_RESTRICTED 400 You can't pin messages in private chats with other people
170 PRIVACY_KEY_INVALID 400 The privacy key is invalid
171 PTS_CHANGE_EMPTY 500 No PTS change
172 QUERY_ID_EMPTY 400 The query ID is empty