TLSharp icon indicating copy to clipboard operation
TLSharp copied to clipboard

Telegram client library implemented in C#

Results 100 TLSharp issues
Sort by recently updated
recently updated
newest added

Hello! Can I forward message but without adding header with info, where I get it? For example ![image](https://user-images.githubusercontent.com/29434721/104824732-22900a00-585d-11eb-97fb-e65257a609f0.png)

Hi everyone, I'm using Tl sharp to create a channel message receiver. and I have a problem about receiving and saving Photo Files. I checked out official tlsharp code sample...

I use this code ``` TLAbsInputFileLocation inputLocation = new TLInputFileLocation() { LocalId = 304506, Secret = -6845803839726843347, VolumeId = 200165900695 }; TLInputFileLocation inputFileLocation = inputLocation as TLInputFileLocation; var photoFile =...

Hi, i try the history from user using code: ``` public virtual async Task GetHistorico(string Api_ID, string Api_Hash, string Celular) { var store = new TLSharp.Core.FileSessionStore(); var client = new...

Hi, Could you please let me know if there is a way or if i can create a channel.

Hi, I'm trying to download a few old files from one Telegram channel. I first send the file download request calling GetFile including TLInputDocumentFileLocation,filepartsize and offset. Telegram servers, with this...

Wondering whether I should fork and build locally rather than relying on the NuGet package

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(); for (int...

Hello I send each file through the SendUploadedDocument function, it is sent as an unknown file. ![asasas](https://user-images.githubusercontent.com/3096322/78698510-b2407980-7917-11ea-99d2-57606fefa1b0.png) How can fix this problem?

TelegramClient: added a call to resend code request. The call needs two parameters: - phoneNumber - number used within sendCode() request - phoneCodeHash - hash received as a result from...