yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.45k stars 1.53k forks source link

Add methods to clear reply and text listeners #834

Closed hlxid closed 3 years ago

hlxid commented 4 years ago

Description

Sometimes it can be handy to be able to remote all reply and text listeners. Also removes the burden of needing to track what listeners are registered so you can unregister them with removeTextListeners/removeReplyListeners. Instead you can just use clearTextListeners/clearReplyListeners.

kamikazechaser commented 3 years ago

Thanks. useful methods.