@@ -55,6 +55,7 @@ CHAT_ADMIN_REQUIRED The method requires chat admin privileges
5555CHAT_ID_EMPTY The provided chat id is empty
5656CHAT_ID_INVALID The chat id being used is invalid or not known yet. Make sure you see the chat before interacting with it
5757CHAT_INVALID The chat is invalid
58+ CHAT_INVITE_PERMANENT The chat invite link is primary
5859CHAT_LINK_EXISTS The action failed because the supergroup is linked to a channel
5960CHAT_NOT_MODIFIED The chat settings (title, permissions, photo, etc..) were not modified because you tried to edit them using the same content
6061CHAT_RESTRICTED The chat is restricted and cannot be used
@@ -98,6 +99,7 @@ ENCRYPTION_ID_INVALID The provided secret chat id is invalid
9899ENTITIES_TOO_LONG The entity provided contains data that is too long, or you passed too many entities to this message
99100ENTITY_MENTION_USER_INVALID The mentioned entity is not an user
100101ERROR_TEXT_EMPTY The provided error message is empty
102+ EXPIRE_DATE_INVALID The expiration date is invalid
101103EXPORT_CARD_INVALID The provided card is invalid
102104EXTERNAL_URL_INVALID The external media URL is invalid
103105FIELD_NAME_EMPTY The field with the name FIELD_NAME is missing
@@ -133,6 +135,9 @@ GROUPED_MEDIA_INVALID The album contains invalid media
133135GROUP_CALL_INVALID The group call is invalid
134136HASH_INVALID The provided hash is invalid
135137IMAGE_PROCESS_FAILED The server failed to process your image
138+ IMPORT_FILE_INVALID The imported file is invalid
139+ IMPORT_FORMAT_UNRECOGNIZED The imported format is unrecognized
140+ IMPORT_ID_INVALID The import id is invalid
136141INLINE_RESULT_EXPIRED The inline bot query expired
137142INPUT_CONSTRUCTOR_INVALID The provided constructor is invalid
138143INPUT_FETCH_ERROR An error occurred while deserializing TL parameters
@@ -145,6 +150,7 @@ INPUT_USER_DEACTIVATED The target user has been deleted/deactivated
145150INVITE_HASH_EMPTY The invite hash is empty
146151INVITE_HASH_EXPIRED The chat invite link is no longer valid
147152INVITE_HASH_INVALID The invite link hash is invalid
153+ INVITE_REVOKED_MISSING The action required a chat invite link to be revoked first
148154LANG_PACK_INVALID The provided language pack is invalid
149155LASTNAME_INVALID The last name is invalid
150156LIMIT_INVALID The limit parameter is invalid
@@ -299,6 +305,7 @@ TYPES_EMPTY The types parameter is empty
299305TYPE_CONSTRUCTOR_INVALID The type constructor is invalid
300306UNTIL_DATE_INVALID That date parameter is invalid
301307URL_INVALID The URL provided is invalid
308+ USAGE_LIMIT_INVALID The usage limit is invalid
302309USERNAME_INVALID The username is invalid
303310USERNAME_NOT_MODIFIED The username was not modified because you tried to edit it using the same one
304311USERNAME_NOT_OCCUPIED The username is not occupied by anyone
0 commit comments