Open sumeetchhetri opened 4 years ago
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
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: