loyldg / mytelegram

MyTelegram is Telegram server side api implementation written in c#
Apache License 2.0
73 stars 28 forks source link

Secret chats and authKeyId 00 error #13

Closed AlessandroZanatta closed 1 year ago

AlessandroZanatta commented 1 year ago

Hi,

I'm trying to make a server work locally for research purposes. I'd like to know if this server implements secret chats or not.

Moreover, every time my client connects it gets a remove disconnected session failed,can not find authKeyId 00 error, and I cannot find references in the code to pinpoint the root cause.

Your help would be very appreciated, thanks!

loyldg commented 1 year ago

Only pro version support secret chats Open source version only support the following features:

loyldg commented 1 year ago

The demo server(pro) implements secret chats,you can try it