303 - See Other¶
-
exception
pyrogram.api.errors.exceptions.see_other_303.
SeeOther
(x: int = None, query_type: type = None)¶ Bases:
pyrogram.api.errors.error.Error
See Other
-
CODE
= 303¶ Error Code
Type: int
-
-
exception
pyrogram.api.errors.exceptions.see_other_303.
FileMigrate
(x: int = None, query_type: type = None)¶ Bases:
pyrogram.api.errors.exceptions.see_other_303.SeeOther
The file to be accessed is currently stored in DC{x}
-
ID
= 'FILE_MIGRATE_X'¶ Error ID
Type: str
-
-
exception
pyrogram.api.errors.exceptions.see_other_303.
PhoneMigrate
(x: int = None, query_type: type = None)¶ Bases:
pyrogram.api.errors.exceptions.see_other_303.SeeOther
The phone number a user is trying to use for authorization is associated with DC{x}
-
ID
= 'PHONE_MIGRATE_X'¶ Error ID
Type: str
-
-
exception
pyrogram.api.errors.exceptions.see_other_303.
NetworkMigrate
(x: int = None, query_type: type = None)¶ Bases:
pyrogram.api.errors.exceptions.see_other_303.SeeOther
The source IP address is associated with DC{x} (for registration)
-
ID
= 'NETWORK_MIGRATE_X'¶ Error ID
Type: str
-
-
exception
pyrogram.api.errors.exceptions.see_other_303.
UserMigrate
(x: int = None, query_type: type = None)¶ Bases:
pyrogram.api.errors.exceptions.see_other_303.SeeOther
The user whose identity is being used to execute queries is associated with DC{x} (for registration)
-
ID
= 'USER_MIGRATE_X'¶ Error ID
Type: str
-