What must i do if signIn response with SignupRequired? #64
-
Im trying to get API access, but after SignIn, i got SignUpRequered |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@imbaMF that's a good question, cause we only tested simple sign in case, not sign up. If i correctly understood this part of telegram docs:
so you need to call Btw, since we don't have enough free phone numbers, I will be insanely happy if you create PR with example how to create telegram account using this library. Also, you can text me in telegram, i'll try to help you |
Beta Was this translation helpful? Give feedback.
@imbaMF that's a good question, cause we only tested simple sign in case, not sign up.
If i correctly understood this part of telegram docs:
so you need to call
client.AuthSignUp
insteadclient.AuthSignIn
with, i think, same arguments, plus your first name, and, optionaly, last name.Btw, since we don't have enough free phone numbers, I will be insanely happy if you create PR with example how to cr…