with TelegramClient(StringSession(), APP_ID, API_HASH) as app: session_str = app.session.save() How can I give the number that the client wants to create in th...
If I am given usernames, can I save them to my contacts only through these usernames?