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

How to Use TorSharp and TLsharp together #1047

@Sara051

Description

@Sara051

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions