Hey,
ich kann es gerade leider nicht testen, aber du kann auch Daten von Telegram über den Text2Command Adapter in einen Datenpunkt setzen.
E.g. rule: email [to] wife, Object ID: javascript.0.emailToWife, Acknowledge: Email sent Text: Send email to my wife: I will be late. Adapter looks for the last word from key words (in this case wife), extracts text from the next word (in this case I will be late) and writes this text into javascript.0.emailToWife. Word to is not required to trigger the rule, but will be removed from text.
Quelle: https://github.com/ioBroker/ioBroker.text2command
Das ist zwar mit einer Email, aber ich traue dir zu, dass du das adpatieren kannst.
J.A.R.V.I.S.