telegram api constructor · layer 229 · #5e002502
auth.sentCode
Contains info about a sent verification code.
definition
auth.sentCode#5e002502 flags:# type:auth.SentCodeType phone_code_hash:string next_type:flags.1?auth.CodeType timeout:flags.2?int = auth.SentCode;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
type | auth.SentCodeType | Phone code type |
phone_code_hash | string | Phone code hash, to be stored and later re-used with auth.signIn |
next_type | auth.CodeType | Phone code type that will be sent next, if the phone code is not received within timeout seconds: to send it use auth.resendCode |
timeout | int | Timeout for reception of the phone code |
type
auth.SentCode · other constructors: auth.sentCodeSuccess, auth.sentCodePaymentRequired
history
present in layers 2–229 · constructor id changed 3×
| id | layers |
|---|---|
| #2215bcbd | 2–11 |
| #efed51d9 | 12–46 |
| #5e002502 | 62–79 |
| #38faab5f | 80–103 |
| #5e002502 | 104–229 |