SentCode

---types---
auth.sentCode#5e002502 type:auth.SentCodeType phone_code_hash:string next_type:flags.1?auth.CodeType timeout:flags.2?int = auth.SentCode

Belongs to

auth.SentCode

In Rust this constructor is a variant of the enums::auth.SentCode enum.
Match on it with: if let enums::auth.SentCode::SentCode(v) = result { ... }

Parameters

typeauth.SentCodeTyperequired
phone_code_hashstringrequired
next_typeauth.CodeTypeoptional
timeoutintoptional