telebot
telebot copied to clipboard
Added support for text/unknown-text msg handlers
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:
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
Yes, we could treat normal text as commands as well, so this PR would provide such functionality to the library