yar
October 21, 2025, 2:03pm
1
I can’t figure out how to subscribe as described in “Getting started.”
This is what I get:
And I don’t understand how to ‘subscribe’ in this case. Any ideas?
Probably the same issue:
In order to load DLLs next to another one, we need to react to the AssemblyResolve event. But the automatic conversion to observable seems to get something wrong here:
[image]
Somehow the handler type gets mixed up with another one. Seems to be a bug.
Besides this bug, an other idea how to react on the event (without creating a new C# dll)?
yar
October 21, 2025, 3:41pm
2
By the way, I found a way to do it via StartReceiving (polling).
but issue still here
You prolly not going to getaway without small c# wrapper, not sure if I remember correctly but events are not handled same way as actions
Updating VL.Telegram and managed to fix it as such
in latest versions (including the current 22.7.2) it is not needful to start listening but rather to initialize the bot and subscribe the correct event handlers.