telegram-rb
telegram-rb copied to clipboard
RECEIVE_MESSAGE stops getting events after message being sent from same account but different device
Steps to reproduce:
- Run example code
- Receive a message to current account, see
<TelegramMessage ...
in the output. - Logged in from a different device/session to the same account, send a response message.
- Receive a message to current account again.
Expected: <TelegramMessage ...
appearing in the output.
Actual: the script stops receiving the messages.
Actually seems like it is caused only by other telegram-cli sessions, not by Android or desktop clients.
Maybe it's an unlikely scenario and can be ignored.