Add errors related to #103

This commit is contained in:
Lonami Exo 2017-06-10 10:08:08 +02:00
parent 7adb4f09d6
commit 5df4716164

View File

@ -178,6 +178,10 @@ class RPCError(Exception):
'The method is unavailable for temporary authorization key, not bound to permanent.',
'SESSION_PASSWORD_NEEDED':
'Two-steps verification is enabled and a password is required.',
'USER_ALREADY_PARTICIPANT':
'The authenticated user is already a participant of the chat.',
'INVITE_HASH_EXPIRED':
'The chat the user tried to join has expired and is not valid anymore.',
# 420 FLOOD
'FLOOD_WAIT_(\d+)': 'A wait of {} seconds is required.'