You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi
I want to use Telethon (telegram client library) as library in ruby.
It works find but when I want to set ruby method to receive updates it does not work
So, you need to pass the method itself, don't you think?
However, the handler function above is defined as an async function.
I think that this library cannot use from PyCall as is if the handler must be an async function. Because PyCall doesn't have the way to make a Ruby's callback an async function.
hi
I want to use Telethon (telegram client library) as library in ruby.
It works find but when I want to set ruby method to receive updates it does not work
This is the docs link about getting updates in Telethon.
https://github.com/LonamiWebs/Telethon/blob/master/readthedocs/extra/basic/working-with-updates.rst
how should i do this?
I used code above, It does not work
The text was updated successfully, but these errors were encountered: