mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
Add some errors to known errors
This commit is contained in:
parent
714feda6ef
commit
5c01cb9466
@ -23,6 +23,7 @@ AUTOARCHIVE_NOT_AVAILABLE This feature is not yet enabled for your account due t
|
||||
BANK_CARD_NUMBER_INVALID The credit card number is invalid
|
||||
BANNED_RIGHTS_INVALID You provided a set of restrictions that is invalid
|
||||
BASE_PORT_LOC_INVALID The base port location is invalid
|
||||
BOOSTS_EMPTY Boosts empty
|
||||
BOOSTS_REQUIRED Boosts required
|
||||
BOTS_TOO_MUCH The chat has too many bots
|
||||
BOT_CHANNELS_NA Bots can't edit admin privileges
|
||||
@ -108,6 +109,7 @@ DH_G_A_INVALID The g_a parameter invalid
|
||||
DOCUMENT_INVALID The document is invalid
|
||||
EMAIL_HASH_EXPIRED The email hash expired and cannot be used to verify it
|
||||
EMAIL_INVALID The email provided is invalid
|
||||
EMAIL_NOT_ALLOWED This email is not allowed
|
||||
EMAIL_UNCONFIRMED Email unconfirmed
|
||||
EMAIL_UNCONFIRMED_X The provided email isn't confirmed, {value} is the length of the verification code that was just sent to the email
|
||||
EMAIL_VERIFY_EXPIRED The verification email has expired
|
||||
@ -398,6 +400,7 @@ TMP_PASSWORD_INVALID The temporary password is invalid
|
||||
TOKEN_INVALID The provided token is invalid
|
||||
TOPIC_CLOSED The topic was closed
|
||||
TOPIC_DELETED The topic was deleted
|
||||
TOPIC_ID_INVALID The provided topic ID is invalid
|
||||
TOPIC_NOT_MODIFIED The topic was not modified
|
||||
TO_LANG_INVALID The specified destination language is invalid
|
||||
TRANSCRIPTION_FAILED Telegram is having internal problems. Please try again later to transcribe the audio.
|
||||
|
|
@ -25,6 +25,7 @@ LIVE_DISABLED Story is disabled server-side
|
||||
MESSAGE_AUTHOR_REQUIRED You are not the author of this message
|
||||
MESSAGE_DELETE_FORBIDDEN You don't have rights to delete messages in this chat, most likely because you are not the author of them
|
||||
NOT_ALLOWED Not allowed
|
||||
NOT_ELIGIBLE You are not eligible for this action
|
||||
PARTICIPANT_JOIN_MISSING Trying to enable a presentation, when the user hasn't joined the Video Chat with phone.joinGroupCall
|
||||
POLL_VOTE_REQUIRED Cast a vote in the poll before calling this method
|
||||
PREMIUM_ACCOUNT_REQUIRED This action requires a premium account
|
||||
|
|
Loading…
Reference in New Issue
Block a user