TheWildBear / bigDataTelgrambot

A big data Telegram bot
MIT License
3 stars 2 forks source link

show database entrys #34

Open Bergiu opened 6 years ago

Bergiu commented 6 years ago

a command that shows a database entry could be nice for users to see what is beeing tracked by the bot.

the functionallity would be:

  1. reply /show to a message
  2. the bot searches in his DB for the message id
  3. the bot shows all saved information about this message
TheWildBear commented 5 years ago

So you would like to have a function which reveals every detail of a safed msg? This would be easy to implement. What do you think, should the reply be sent in private or back in the same group with a reply attached to it?

Bergiu commented 5 years ago

Are there any private information attatched to the message, which are not readable by others from the chat? If yes, then it should be send to private chat.