steavy29 / Telegram.Net

Telegram (http://telegram.org) client library implemented in C#.
17 stars 6 forks source link

Get all new Received Message #37

Closed gprsm closed 7 years ago

gprsm commented 7 years ago

what method in Tests.cs from test unit give me all received message to handle that? is there a way to config app as a bot?

steavy29 commented 7 years ago

This library is not a bot implementation. If you need a bot - please check appropriate nuget packages(f.e. Telegram.Bot). To get messages you'd probably need GetDialogs and GetHistory requests.