DD
Size: a a a
DD
MM
MM
DD
⟁ᴡ
⟁ᴡ
python3 -m pip install -U pip jsons json⟁ᴡ
from telethon.tl.functions.account import GetAuthorizationsRequest
import jsons
config = (await client(GetAuthorizationsRequest())).to_json()
return jsons.loads(jsons.dumps(config, indent=4, sort_keys=True))⟁ᴡ
DD
from telethon.tl.functions.account import GetAuthorizationsRequest
import jsons
config = (await client(GetAuthorizationsRequest())).to_json()
return jsons.loads(jsons.dumps(config, indent=4, sort_keys=True))В
from telethon.tl.functions.account import GetAuthorizationsRequest
import jsons
config = (await client(GetAuthorizationsRequest())).to_json()
return jsons.loads(jsons.dumps(config, indent=4, sort_keys=True))⟁ᴡ
⟁ᴡ

⟁ᴡ
⟁ᴡ
⟁ᴡ
В
⟁ᴡ
⟁ᴡ
jsons.loads (json.loads) / jsons.dumps (json.dumps)
ну а данные о сессиях я тебе показал как выцепитьDD
DD