Layer 220
constructor
updateSentPhoneCode#504aa18f sent_code:auth.SentCode = Update;

Parameters

Name Type Description
SentCode auth.SentCode Info about the sent code.

Returns

Update

Gogram Example

// Creating UpdateSentPhoneCode constructor
obj := &tg.UpdateSentPhoneCode{
    SentCode: nil,
}