Unofficial Telegram (http://telegram.org) client library implemented in C#.
This Program allows you to redirect all channels you want to an unique channel.
This has been designed to be able to correct the price differences between Axitrader and Vantage / FXCM brokers but in the end it is a simple "CalculOffset (...)" function that you can delete if you are not interested.
🌟 If you ❤️ library, please star it! 🌟
Build from source
- Clone TLSharp from GitHub
- Compile source with 2019
Telegram API isn't that easy to start. You need to do some configuration first.
- Create a developer account in Telegram.
- Goto API development tools and copy API_ID and API_HASH from your account. You'll need it later.
To start work, edit the file app.config
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="apidId" value="YourApiId" />
<add key="ApiHash" value="YourApiHash" />
<add key="SessionName" value="YourSessionName" />
<add key="PhoneNumber" value="YourPhoneNumberWithAreaCode" />
<add key="myChanId" value="YourChanIdToForward" />
</appSettings>
</configuration>
When user is authenticated, TLSharp creates special file called TLSharp.dat into C:\Users<b>YourUsername\AppData\Roaming\TLSharp.
In this file TLSharp store all information needed for user session.
So you need to authenticate user every time the "YourSessionName.dat" file is corrupted or removed.
The latest layer supported by TLSharp is 66. If you need a higher layer, help us test the preview version of (your feedback is welcome!)
Attach following information:
- Full problem description and exception message
- Stack-trace
- Your code that runs in to this exception
Without information listen above your issue will be closed.
Thanks for donations!
It's highly appreciated.
If you have troubles while using TelegramCSharpForward, I can help you for an additional fee.
My pricing is 50$/hour.
I accept PayPal.
To request a paid support write me at Telegram https://t.me/Cobra91310, start your message with phrase [PAID SUPPORT].
Created from the TLSharp library of sochix https://github.com/sochix/TLSharp
Please, provide link to an author when you using library
The MIT License
Copyright (c) 2020 Damien LECOMTE
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
