⟁ᴡ
Size: a a a
⟁ᴡ
️️
n
⟁ᴡ
n
⟁ᴡ
⟁ᴡ
⟁ᴡ
n
⟁ᴡ
⟁ᴡ
️️
⟁ᴡ
async def _export_auth_key(self, conn: Connection) -> None:
try:
auth = await self.client(ExportAuthorizationRequest(self.dc.id))
except DcIdInvalidError:
self.auth_key = self.client.session.auth_key
conn.sender.auth_key = self.auth_key
return
req = self.client._init_with(ImportAuthorizationRequest(id=auth.id, bytes=auth.bytes))
await conn.sender.send(req)
️️
n
n
️️
n
n
️️