Skip to content

Commit a2d7da1

Browse files
authored
Fix Illegal quoting
1 parent 2f12745 commit a2d7da1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compiler/errors/source/400_BAD_REQUEST.tsv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ OFFSET_INVALID The offset parameter is invalid
162162
OFFSET_PEER_ID_INVALID The provided offset peer is invalid
163163
OPTIONS_TOO_MUCH The poll options are too many
164164
OPTION_INVALID The option specified is invalid and does not exist in the target poll
165-
PACK_SHORT_NAME_INVALID Invalid sticker pack name. It must begin with a letter, can't contain consecutive underscores and must end in "_by_<bot username>".
165+
PACK_SHORT_NAME_INVALID Invalid sticker pack name. It must begin with a letter, can't contain consecutive underscores and must end in 'by_<bot username>'.
166166
PACK_SHORT_NAME_OCCUPIED A sticker pack with this name already exists
167167
PARTICIPANTS_TOO_FEW The chat doesn't have enough participants
168168
PARTICIPANT_VERSION_OUTDATED The other participant is using an outdated Telegram app version
@@ -296,4 +296,4 @@ WEBDOCUMENT_URL_EMPTY The web document URL is empty
296296
WEBDOCUMENT_URL_INVALID The web document URL is invalid
297297
WEBPAGE_CURL_FAILED Telegram server could not fetch the provided URL
298298
WEBPAGE_MEDIA_EMPTY The URL doesn't contain any valid media
299-
YOU_BLOCKED_USER You blocked this user
299+
YOU_BLOCKED_USER You blocked this user

0 commit comments

Comments
 (0)