-
Hi. ...
First, I perform authentication successfully and TLSharp creates related session file(session.dat).
Then, I use Hangfire job scheduler to consume TelegramClient object in different thread…
ghost updated
4 years ago
-
Hello, here is my code that your Library returns true for any numbers with any formats as True while that number is not available in the world and in telegram.
`var client = new TLSharp.Core.Telegram…
-
Hello, here is my code that your Library returns true for any numbers with any formats as True while that number is not available in the world and in telegram.
`var client = new TLSharp.Core.Telegr…
-
Hi, when I tried running the code initially, I always get a SocketException when initializing the client. I've inputted the correct hash and id but I keep getting the error,
"No connection could be m…
-
I am using TLSharp package in mvc 5 for sending notification to the users via telegram api .
with this method i add users to my contacts.
`public async Task addNumberToContacts(string phone,stri…
-
After the first time, whenever I called client.connect() method I got this error:
```
Exception thrown: 'System.InvalidOperationException' in TLSharp.Core.dll
Additional information: msg_seqno too …
-
I try use it with .Net Framework 4.5.0? but min version of platform it .Net FrameWork 4.6.1
![image](https://user-images.githubusercontent.com/29205560/87155678-0d418e00-c2c4-11ea-9427-135d543642d2.p…
-
I have a group/channel link. Any example or help on how to join it?
jak65 updated
6 years ago
-
how can i forward a message on TLRequestForwardMessage to group or channels?
when i use TLRequestGetHistory I get a list of messages and every message have an id property.
but it's value is not un…
-
Hi! Is it possible to retrieve messages from a conversation?