Replies: 2 comments 6 replies
-
@paskal - what do you think? Technically it should be easy to fill ChatID into |
Beta Was this translation helpful? Give feedback.
0 replies
-
@iRay can you please take a look at https://github.com/go-pkgz/notify/blob/master/telegram.go? I don't recall the details, but Telegram notifications work in Remark42 using this module. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Firstly, thank you for a great library!
It is simple and convenient to use.
While implementing oauth for google I needed to get user's email, so I just added custom provider and provided appropriate
scope(userinfo.email) to retrieve user's email.
At the same time, I'm confused about Telegram login.
I created a bot for auth and implemented TelegramHandler. Login through telegram works fine.
I got user's name and avatar.
But they are seems to be useless. It turns out that with telegram login we can only identify that user is a real man and not a bot.
It would be great to have a possibility to send them a message.
In my case: send message to authenticated user when his order is ready.
Would be great to have the ability to fetch auth UserID or ChatID, so we can send him a message.
At the moment user's id is hashed and seems to be useless.
Please, tell me if I want something weird.
Thanks in advance)
Beta Was this translation helpful? Give feedback.
All reactions