aykutalparslan / Ferrite

Experimental Telegram Server
GNU Affero General Public License v3.0
158 stars 25 forks source link

Implement Account.SendChangePhoneCode #64

Closed aykutalparslan closed 2 years ago

aykutalparslan commented 2 years ago

Verify a new phone number to associate to the current account

auth.sentCode#5e002502 flags:# type:auth.SentCodeType phone_code_hash:string next_type:flags.1?auth.CodeType timeout:flags.2?int = auth.SentCode; ---functions--- account.sendChangePhoneCode#82574ae5 phone_number:string settings:CodeSettings = auth.SentCode;