Telegram addon - receiving repeated messages

Hello all.
I´m using the telegram addon to send action messages to my phone.
When a rule with the telegram addom runs, it sends immediately the message to the phone, the problem is that it keeps sending the same message over and over again even some times after some days.
This is not the Openhab fault because even with Openhab offline I keep receiving messages :frowning:

Thanks

Can you share your config (disguising your token etc) and the rule that you use to send out the Telegram?

Hi.

my config is:
#telegram binding config
telegram:bots=bot1
telegram:bot1.chatId=185771XXX
telegram:bot1.token=189374xxx7:AAE7LrcHW6Ymhxxxxxxxxxxxxxxxxxxx

Rule

sendTelegram(“bot1”, "message ")

.Pedro