what "yes"
what do you mean ?
https://t.me/TelethonChat/551747
I don’t understand how to format the code in the correct form using this method and I was shown False or True
Showing your code is a good start for whatever you're facing
mypass = await client(functions.account.GetPasswordRequest()) if mypass == None: statuspass = 'False' # no password else: statuspass = 'True' # there is a password
just do as the link. mypass = await client(functions.account.GetPasswordRequest()) if mypass.has_password: statuspass = 'True' else: statuspass = 'False'
I thought you wanted to validate that the password is correct or not
Обсуждают сегодня