I am on openclaw v2026.3.7 and I noticed these errors in the logs
09:37:34 error telegram/api {"subsystem":"telegram/api"} telegram setMessageReaction failed: Call to 'setMessageReaction' failed! (400: Bad Request: REACTION_INVALID)
09:38:02 error telegram/api {"subsystem":"telegram/api"} telegram setMessageReaction failed: Call to 'setMessageReaction' failed! (400: Bad Request: REACTION_INVALID)
In my config, I thought I had already disabled the reactions but it got changed to minimal for some reason
"channels": {
"telegram": {
"enabled": true,
"dmPolicy": "allowlist",
"botToken": "...",
"allowFrom": [
"..."
],
"groupPolicy": "allowlist",
"streaming": "off",
"reactionLevel": "minimal"
}
},