I have a small issue with telegram in that whenever a notification is received, there is always two of them both exactly the same. I'm not sure if the issue is with how traccar server is sending them or how telegram is generating them. Just wondering if anyone else is experiencing this and whether there is a way to fix it?
Not sure about the Traccar implementation. For my custom Telegram messaging using a bot, I had the same issue (implemented using the Python telegram library). Turned out I was firing up 2 instances of the listeners, very confusing until I found it.
I have a small issue with telegram in that whenever a notification is received, there is always two of them both exactly the same. I'm not sure if the issue is with how traccar server is sending them or how telegram is generating them. Just wondering if anyone else is experiencing this and whether there is a way to fix it?