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

Hi, I want to get my messages with this command await client.GetUserDialogsAsync(); it was working before but now make error: Additional information: Array dimensions exceeded supported range.

Hi, As I know Telegram adds a new feature for adding users as contact without their phone numbers: https://telegram.org/blog/contacts-local-groups. I can't find a method for this feature in TLSharp. How...

There have been many forks of TLSharp from people that have decided to not collaborate with us. Let's mention their forks here so we have a clear view (and possibly...

Hello, I was wondering if there is any way to delete a message sent by tlsharp by the id of an user. I noticed that it is possible to delete...

ran into the problem that ChatId is too long for int. How do I use the long type? my chatid = 1.001.385.037.411 max int value = 2,147,483,647 need to use...

updated changes aside from nLog from pr/697

Hi. `TelegramClient` has a method` IsUserAuthorized()`. Is there any way to get currently authorized user if `IsUserAuthorized`() returns true?

hi guys. I have problem when i get file (mp4) from this code ``` var inputPeer = new TLInputPeerChannel() { channel_id = channel.id, access_hash = channel.access_hash.Value }; var res =...

Hey all, i am trying to retrieve message of a channel using TLsharp, i am using "GetHistoryAsync()" method to retrieve the history of the messages in the channel but it...