Open JokerQyou opened 6 years ago
Hey, thanks for the interest. I was a bit inactive recently and haven't heard about this feature. One thing which is definitely missing is the connected_website
field in object.rs. Perhaps you can add it and then retry your experiment.
Hi, I was playing around with this library, mainly to test the Telegram login widget. According to this documentation, the login workflow is as follows:
connected_website
field. This message indicates that this user just logs in. From now on the bot could start sending messages to this chat.I just tested with a fake domain (
local.test
, pointing to127.0.0.1
via/etc/hosts
) and a newly created bot. By using theprint_everything
example, no update is printed when I login. Is this APi feature not supported yet? Despite being a Rust newbie, how can I help doing something useful here? Thanks.