Answer the question
In order to leave comments, you need to log in
Why isn't the full value of the variable passed through the Telegram API?
There is a variable
When sending it via the Telegram API
RES=$(echo "my time is $(date +%F)")
curl -s "https://api.telegram.org/bot$API_KEY/sendMessage?chat_id=$CHAT_ID&text="$RES"" >/dev/null
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question