Fix Illegal quoting

This commit is contained in:
Dan 2020-11-24 16:11:13 +01:00 committed by GitHub
parent 2f127451fb
commit a2d7da1f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ OFFSET_INVALID The offset parameter is invalid
OFFSET_PEER_ID_INVALID The provided offset peer is invalid OFFSET_PEER_ID_INVALID The provided offset peer is invalid
OPTIONS_TOO_MUCH The poll options are too many OPTIONS_TOO_MUCH The poll options are too many
OPTION_INVALID The option specified is invalid and does not exist in the target poll OPTION_INVALID The option specified is invalid and does not exist in the target poll
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>". 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>'.
PACK_SHORT_NAME_OCCUPIED A sticker pack with this name already exists PACK_SHORT_NAME_OCCUPIED A sticker pack with this name already exists
PARTICIPANTS_TOO_FEW The chat doesn't have enough participants PARTICIPANTS_TOO_FEW The chat doesn't have enough participants
PARTICIPANT_VERSION_OUTDATED The other participant is using an outdated Telegram app version PARTICIPANT_VERSION_OUTDATED The other participant is using an outdated Telegram app version

Can't render this file because it contains an unexpected character in line 165 and column 135.