Telegram API Layer54 C# – Questions
I'm trying to write a simple client for Telegram in C# exploiting their API layer 54. I'm following the scheme here: https://github.com/telegramdesktop/tdesktop/blob/master/Telegram/SourceFiles/mtproto/scheme.tl I've started by following the previous work made by Sochix: https://github.com/sochix/TLSharp, but this implementation refers to API Layer…