Contains info on an SMS message with a confirmation code that was sent.
auth.sentCode#efed51d9 phone_registered:Bool phone_code_hash:string send_call_timeout:int is_password:Bool = auth.SentCode;
phone_registered | Bool | The user with the given number was registered |
phone_code_hash | string | Message identifier |
send_call_timeout | int | Delay in seconds before calling auth.sendCall Parameter added in Layer 12 |
is_password | Bool | The sent code is a text password Parameter added in Layer 12 |