How to declare a library which is being loaded automatically only after build in Unity (c#)?
I’m creating telegram game using Unity and to use some telegram methods I need TelegramGameProxy library. But as I understood it can’t be directly imported and it loads automatically when the app is opened via telegram. How can I declare it in Unity so that I won’t get “unknown method” error in IDE?