Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

How to Use TorSharp and TLsharp together #1047

Open
Sara051 opened this issue Oct 6, 2021 · 0 comments
Open

How to Use TorSharp and TLsharp together #1047

Sara051 opened this issue Oct 6, 2021 · 0 comments

Comments

@Sara051
Copy link

Sara051 commented Oct 6, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant