telegram_rb
telegram_rb copied to clipboard
User.send_message not working
Hello,
No error is being thrown, the messages are just not reaching.
This is the error iam getting t = -6780371531833803494, len = 2 Assertion failed: (M), function do_send_message, file queries.c, line 942.
I have also encountered this error while I try to call send_message in self.receive_message overrided method. After I moved the send_message out from the receive_message, it worked fine for me. You may be able to find some examples in my fork.