OriginProtocol / telegram-moderator

Telegram bot for controlling spam, logging, and more
MIT License
114 stars 49 forks source link

Feature request: Muting #25

Open mikeshultz opened 4 years ago

mikeshultz commented 4 years ago

From Kevin Lee:

Muting is a function in Telegram

So we can mute somebody from talking in the group for 1 hour, 1 day, 1 week or forever

So maybe make it easier to mute like, typing a code

When we reply on certain message, the message we reply will be deleted and we get to choose how many hours they will be muted

In binance Their bot will do it with this code

/pmute 70 (this is muting for 70 hours, also deleting the message they are replying to)

/mute 70 (muting for 70 hours only)

/pban (ban and delete message)

/ban (just banning)