TgSharp icon indicating copy to clipboard operation
TgSharp copied to clipboard

Telegram client library implemented in C#

Results 31 TgSharp issues
Sort by recently updated
recently updated
newest added

1. fixed the "File located on a different DC" issue 2. added the photo download example 3. fixed the SendUploadedDocument method

![изображение](https://user-images.githubusercontent.com/64407348/128644069-f9afc2c9-e5b2-4190-afe2-819ff1862b40.png)

I need to make a call with telegram client. Is it possible?

closes #14 , #16

Currently, we separated the TgSharp to 2 different parts namely "TgSharp.TL" and "TgSharp.Core", there is a side effect to this which is that a lot of functions/properties that should've been...

Add `Delete` method to session. This method is useful when logging out.

Being hit by @Laiteux sometimes

I no longer own this address

This PR comes to solve issue https://github.com/nblockchain/TgSharp/issues/34. In this PR: - 2 new CSPROJ files with netstandard 2.1 support - Some minor style fixes created by VS Studio