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

I encounter the following error when calling SearchUserAsync. First time it's ok and there is no issue but a few minutes later it just wont work at all. However, if...

How to collect more than 10 000 chat participants when parsing the audience? I can not understand the principle of work

Hello, I am successfully listing the channels and read their messages with the following code: ``` TLChannel chatFromDialogs = dialogs.Chats.OfType().FirstOrDefault(c => c.Title == chatTitle); var channel = chatFromDialogs; var chatPeer...

This project compiles pretty much straight out the door for .netSTandard and .netCore 3.0 All that needs doing is to re-create the prjects files in the new format ( which...

An example on how to implement push notifications would be great.

Hi there. I am using tlsharp with layer 113. I want to update the TL to layer 121 and my old session is for layer 113. And now, how can...

Здравствуйте, я пытаюсь переслать фото из канала в чат ``` csharp if (message.Media is TLMessageMediaPhoto mediaDoc) { if (mediaDoc.Photo is TLPhoto photo) { var photoSize = photo.Sizes.OfType().First(x => x.Type ==...

! IsConnected is restored as it was before + TcpTransport has got a new Connect method which properly initializes the underlying tcpclient, this makes it possible to reconnect in case...

I can read message from channel or group but not receive message from telegram. help me

Add new method resolveUserName of API contacts.resolveUserName because the method SearchUserAsync can't found some username