mirror of
https://github.com/danog/tl-schema.git
synced 2024-12-02 17:28:32 +01:00
8 lines
444 B
Plaintext
8 lines
444 B
Plaintext
---types---
|
|
account.sentChangePhoneCode#a4f58c4c phone_code_hash:string send_call_timeout:int = account.SentChangePhoneCode;
|
|
updateUserPhone#12b9417b user_id:int phone:string = Update;
|
|
---functions---
|
|
contacts.resolveUsername#bf0131c username:string = User;
|
|
account.sendChangePhoneCode#a407a8f4 phone_number:string = account.SentChangePhoneCode;
|
|
account.changePhone#70c32edb phone_number:string phone_code_hash:string phone_code:string = User;
|