Description
Today I started seeing following error in log:
While deserializing vector<%Message>: WTelegram.WTException: Cannot find type for ctor #94f592db at TL.Serialization.ReadTLObject(BinaryReader reader, UInt32 ctorNb) at TL.Serialization.ReadTLDictionary[T](BinaryReader reader) at TL.Serialization.ReadTLObject(BinaryReader reader, UInt32 ctorNb) at WTelegram.Client.ReadMsgContainer(BinaryReader reader)
Connection takes much longer now, but eventually succeeds.
I am at v 3.5.3. Updating to the latest 3.5.6 did not fix it. - there are no relevant changes there anyway.
It looks like a valid ctor based on this: https://github.com/laganovskaakarina/schemas/blob/master/TL_telegram_v164.tl
though I admittedly know little about mechanics under the hood to troubleshoot it. Though I'd let you know in case it is something worth looking at.
Your work is remarkable and much appreciated.