Bastien Chardonnens
Results
2
comments of
Bastien Chardonnens
I have the same problem, if someone has a solution I also would like to know how to deal with that.
It looks like `telegram-send` store a single `chat_id` in the config file. So I've edited the `send()` function of `telegram_send.py` to add a `chat_id` argument: ``` def send(*, chat_id=None, messages=None,...