v0.9: Extensibility
Now you may add new request/response types (already existing in TonLib, but not added to library yet) directly into your app, without modifying library source - just make early TonClient.RegisterAssembly
static call with reference to your assembly.
Check ExtensibilityDemoRequest
class and RunExtensibilityDemo
func in Demo app.