sochix / TLSharp

Telegram client library implemented in C#
1.01k stars 380 forks source link

Added an IPv4/IPv6 toggle to TelegramClient constructor #924

Closed solarin closed 4 years ago

solarin commented 4 years ago

that allows choosing whether to accept ipv4 or ipv6 or both ip address versions passed by the Telegram server.

knocte commented 4 years ago

Can you revert the change to the .sln file? It's what's causing the build to fail.

aarani commented 4 years ago

You added a project to the solution that you added to .gitignore. First of all please revert the changes to gitignore and second exclude the project from Solution file.

solarin commented 4 years ago

sure, let me do it. sorry guys, i haven't used github frequently

solarin commented 4 years ago

by the way, if you guys agree I would rename the enum to DataCenterIPvPrefs or DataCenterIPVersions

solarin commented 4 years ago

moved to 925 https://github.com/sochix/TLSharp/pull/925/