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

What is the usage of this library when there is no way to import new contacts? Telegram is a social network and the user may want to contact new friend....

Hi, I am using this library in my project. My project works in Windows 10 but does not work in Windows 7. I also checked the .NET versions are compatible...

hi there please guide me I want to add members of one group to another I am a member of both groups I got the first group members and got...

Hello every one, How can I add users to a group by userid. With username, I can add to group but with userid i can not add. Please help! Thanks.

I want to add users to my contacts without the numbers!? here the methode: https://core.telegram.org/method/contacts.addContact i can´t find a soulution Grettings Snacki

When I try to send message from Kestrel webserver under Linux that was some time in idle state(no requests) then a first two attempts fail with "Couldn't read the packet...

like [#384](https://github.com/sochix/TLSharp/issues/384) code: var resFile = await client.GetFile(new TLInputFileLocation() { local_id = location.local_id, secret = location.secret, volume_id = location.volume_id }, 1024 * 64); After several successful photo downloads I'm getting...

looks like this library or other clones dont have a method to subscribe to get new messages? is there any easy way to do this or some lib that allow...

Scenario: 0. Create a client. 1. Try to get you contact list with an authenticated account. 2. Try downloading profile image of another user. 3. Try accessing your contact list...

Hi I want to subscribe for getting push notifications, according to telegram official blog I have to use account.registerDevice which in TLsharp currently not implemented. I used SendRequestAsync to invoke...