topkecleon / telegram-bot-bash

Telegram bot written in bash
Other
431 stars 123 forks source link

${FORWARD} array is empty #201

Open poslat-pismo opened 8 months ago

poslat-pismo commented 8 months ago

Im trying to automate some routine with this awesome bot but i get empty ${FORWARD} array with forwarded to my bot messages so my magick

if [[ -n ${FORWARD[ID]} ]]; then
 blah blah

is not working. So what am I doing wrong?