mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-23 02:17:21 +00:00
Fix Illegal quoting
This commit is contained in:
parent
2f127451fb
commit
a2d7da1f59
@ -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
|
||||||
@ -296,4 +296,4 @@ WEBDOCUMENT_URL_EMPTY The web document URL is empty
|
|||||||
WEBDOCUMENT_URL_INVALID The web document URL is invalid
|
WEBDOCUMENT_URL_INVALID The web document URL is invalid
|
||||||
WEBPAGE_CURL_FAILED Telegram server could not fetch the provided URL
|
WEBPAGE_CURL_FAILED Telegram server could not fetch the provided URL
|
||||||
WEBPAGE_MEDIA_EMPTY The URL doesn't contain any valid media
|
WEBPAGE_MEDIA_EMPTY The URL doesn't contain any valid media
|
||||||
YOU_BLOCKED_USER You blocked this user
|
YOU_BLOCKED_USER You blocked this user
|
||||||
|
Can't render this file because it contains an unexpected character in line 165 and column 135.
|
Loading…
x
Reference in New Issue
Block a user