steavy29 / Telegram.Net

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

Have somebody source with usage this library? #41

Closed munrocket closed 7 years ago

munrocket commented 7 years ago

I think just throw link to https://core.telegram.org/schema not enoght. Maybe somebody have some open source project with this library? I want to understand how to recieve channel messages.

steavy29 commented 7 years ago

It's not possible to handle channels in current version of the API.

munrocket commented 7 years ago

Your library clean and can mark message as read but can't read channels message. TLSharp library can read channels message but need refactor and can't mark message as read.

LoL, why c# has such a pathetic telegram libraries? It's only one desktop language that I know well. Maybe you know some telegram bot library that could help me or some exotic methods? Is layer 66 necessary for implementation marking message?

munrocket commented 7 years ago

It's not possible to handle channels in current version of the API.

Sorry but i can't believe in this, maybe official manual outdated.

munrocket commented 7 years ago

Thanks, Mr. Steavy29. I solve my problem with special request in TLSharp library.

steavy29 commented 7 years ago

I meant in "currently implemented" API version.