WTelegramClient icon indicating copy to clipboard operation
WTelegramClient copied to clipboard

Telegram Client API (MTProto) library written 100% in C# and .NET

Results 10 WTelegramClient issues
Sort by recently updated
recently updated
newest added

In #191 it is stated: > In which case, some errors like this may show up ONLY in the logs and WTelegramClient should be able to ignore the errors and...

Version: 4.1.2-dev.7 I'm having an issue when using `UpdateManager.CollectUsersChats()` Exception keeps thrown after running the app (like 30 minutes or 45 later) `Collection was modified; enumeration operation may not execute.`...

Hi, Can anyone provide an example of how to use UpdateManager with IPeerCollector? I was under the assumption you could use this to listen to updates from certain chats/users only...

I encountered an issue with the client's reconnection process. If a Client.OnOther event related to ReactorError occurs, the following code works correctly: ```csharp Console.WriteLine("Disposing the client and trying to reconnect...

Hello everybody I am using the wTelegramBot. at first I think there was error for some videos for security reasons but then it was solved. Now I am asking if...

I have obtained my link object and friend ID, but when executing 'await _client. Messages SetTyping (peer, action);', an error is reported: TL RpcException:“PEER_ID_INVALID”

Connecting to 91.108.56.194:443... 5>Sending InvokeWithLayer`1 #F0A7 5>Receiving MsgContainer 2024-10-11 09:06:10Z (svc) → NewSessionCreated 2024-10-11 09:05:48Z → RpcResult 2024-10-11 09:05:48Z → RpcError for past msgId #730C → MsgsAck 2024-10-11 09:06:10Z (svc)...

Hello, wiz0u. sometimes I get errors while downloading file, now it's like 1/10 downloads ends with error. (on production server) Could you please check this part of code, that works...

unfortanly don't have WtClient logs and cant reproduce it isolated . ( big app with thousands connections , lot of threads and async actions and debug logs with _primitive static_...

Today started getting a new exception in DownloadFileAsync(): ``` System.ArgumentException: None of the discovered or specified addresses match the socket address family. Parameter name: context at System.Net.Sockets.Socket.DoMultipleAddressConnectCallback(Object result, MultipleAddressConnectAsyncResult context)...