telebot icon indicating copy to clipboard operation
telebot copied to clipboard

Added support for text/unknown-text msg handlers

Open sumeetchhetri opened this issue 4 years ago • 3 comments

sumeetchhetri avatar May 31 '20 16:05 sumeetchhetri

Can't you just use the bot.get_stream(None) function and filter for text? Don't want to over-complicate the API :sweat_smile:

bytesnake avatar Jun 05 '20 07:06 bytesnake

or wait that exactly is a text based command in contrast to a normal command. I'm not super up-to-date to any updates of the Telegram API

bytesnake avatar Jun 05 '20 07:06 bytesnake

Yes, we could treat normal text as commands as well, so this PR would provide such functionality to the library

sumeetchhetri avatar Jun 05 '20 13:06 sumeetchhetri