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 has been 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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hello
in my project checked very phone numbers for Advertising my site and add a lot of contact to my telegram like this
but telegram ban my ip and my account. how to change my ip by torSharp until not ban my ip ????
please help
The text was updated successfully, but these errors were encountered: