You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2021. It is now read-only.
hello
in my project checked very phone numbers for Advertising my site and add a lot of contact to my telegram like this
var contacts = new List<TLInputPhoneContact>();
for (int i = 0; i < _phone.Length; i++)
{
var phoneContact = new TLInputPhoneContact() { Phone = _phone[i], FirstName = _phone[i], LastName = " " };
contacts.Add(phoneContact);
}
var req = new TLRequestImportContacts() { Contacts = new TLVector<TLInputPhoneContact>(contacts) };
Task<TLImportedContacts> result = DefaultValue.Tel_client.SendRequestAsync<TLImportedContacts>(req);
but telegram ban my ip and my account. how to change my ip by torSharp until not ban my ip ????
please help