TLSharp.Core.Network.MtProtoSender.processMessage(ulong messageId, int sequence, BinaryReader messageReader, TLMethod request, CancellationToken token)
TLSharp.Core.Network.MtProtoSender.Receive(TLMethod request, CancellationToken token)
TLSharp.Core.TelegramClient.RequestWithDcMigration(TLMethod request, CancellationToken token)
TLSharp.Core.TelegramClient.SendCodeRequestAsync(string phoneNumber, CancellationToken token)
Ako.Sbmu.Core.Telegram.SendCodeAsync() in Telegram.cs
_authHash = await Client.SendCodeRequestAsync(_phoneNumber);
This is the exception thrown when calling
SendCodeRequestAsyncIt is because Telegram forced all clients to use 64 bit identifier. Yet there is no such good library for c# as TgSharp (TLSharp) is and also unfortunately this library is not useable after this update of telegram. I DO ASK you to provide 64 bit identifiers for this powerful library. thank you.
Here is the stack trace: