Typescript Issue on Discriminated Union – Telegram API
I am trying to write a simple factory function with discriminated unions to create new instance of a class. However I haven't found any way that satisfies my requirements. I want to pass platform as extra parameter or inside of…