TLSharp
TLSharp copied to clipboard
Telegram client library implemented in C#
Like present in https://core.telegram.org/constructor/channelFull there must be "pts" property but TLChannelFull does not have this.
Hello, here is my code that your Library returns true for any numbers with any formats as True while that number is not available in the world and in telegram....
Please tell me how I can log out of a random chat in which I am speaking?
The current workflow for new users of this library is: 1. Read Starter Guide 2. Get locked out of telegram for a day. 3. Give up if possible, otherwise find...
hi guys i want upload new photo for profile this my code ``` TLInputFile uploadedFile = new TLInputFile(); Task.Run(async()=> uploadedFile = (TLInputFile)await client.UploadFile("tass", new StreamReader("E:\\tass.png"))).Wait(); var changeRequest = new TeleSharp.TL.Photos.TLRequestUploadProfilePhoto()...
Hi, dear TLSharp community! I'm developing a simple software, that will copy a message image and send this image in another message. So, I'd like to know, if there is...
Hi, i have problem with downloading image (photo) from message. All code what i found have same problem: There was an exception: TLSharp.Core.Network.Exceptions.FloodException: Flood prevention. Telegram now requires your program...
When i try to use a proxy with such code: ``` var client = new TelegramClient(ApiId, ApiHash,handler: TcpHandler); . . . TcpClient TcpHandler(string address, int port) { var socks =...
After a while, I can't connect to Telegram and api hangover on **_await client.ConnectAsync_** section : ** **I dont have any error or timeout!!!** ``` var store = new FileSessionStore();...
I installed TLSharp nuget package (v 0.1.0.274) in a mvc web app and try to use it, but it gives Access denied error in this line: `var client = new...