Peyvand01
Results
1
issues of
Peyvand01
I wrote this cod but didn't work , var client = NewClient(); await client.ConnectAsync(); var phoneContact = new TLInputPhoneContact() { Phone = _phone,FirstName = _first_name, LastName = _last_name }; var...