TLSharp
TLSharp copied to clipboard
Telegram client library implemented in C#
Hi everybody, As I know Session file to save account information. when I changed computer with different time zone then error occurred. So How to open Session file to view...
Hi everyone, I want to search members in group by member's name. I can't find any function can do that. Can TLSharp search members in group? Thanks.
How I can login after registration? I want login after close my windows app. By which method I can check in session file? this is my code
Dear all, I want to make voice call. Can someone write small example of usage of SendRequestAsync with TLRequestRequestCall?
var req = new TLRequestGetFullUser() { Id = new TLInputUser() { UserId = 1433024775 } }; var auser = Await client.SendRequestAsync(Of TLUserFull)(req) it's return {"USER_ID_INVALID"} also how to use TLRequestGetUsers
Hi, guys! @sochix @marshallmick007 @ahmadalli @ra0o0f @Starli0n What I do: 1. Create client TelegramClient client = new TelegramClient(Api_Id, Api_Hash, **sessionUserId: guid**); bool connectionResult = await client.ConnectAsync(); string hash = await...
Been using the windows version of the Bot, and when connect through API, it shows ` > Problem when trying to connect to [2001:b28:f23f:f005::a]:443; either there's no internet connection or...
Здравствуйте! Я зеленый новичок-новичок в c#, но потребовалась невероятно трудная задача: считывать сообщения из телеграмм-КАНАЛА. Их можно прослушивать, я имею ввиду как только что-то написалось в группу -- то чтобы...
Telegram api has a parameter that allows you to set the time to send the message (https://core.telegram.org/method/messages.sendMessage parameter `schedule_date`). I know that you can "schedule" sending using timers in the...
I joined to 500 channels, but when call **_await client.GetUserDialogsAsync()_** recieve just 108 channels. Why?! please help for god