Hacker News new | ask | show | jobs
by 0x4164 2322 days ago
Telegram bot with options button.

As the telegram bot are processed by my coordinator website, almost every message sent by any user to the bot are saved in my co's database. There are 2 types of options, the public and private. Public type will be saved in db and tell the whole bot's user about information someone sent, with or without further feedback from other bot users. The private type will be saved in db and only visible to several user specified.

I though it is very versatile for report, lesson learned and etc.