telegram_rb icon indicating copy to clipboard operation
telegram_rb copied to clipboard

User.send_message not working

Open luyzdeleon opened this issue 10 years ago • 2 comments

Hello,

No error is being thrown, the messages are just not reaching.

luyzdeleon avatar Jun 26 '14 17:06 luyzdeleon

This is the error iam getting t = -6780371531833803494, len = 2 Assertion failed: (M), function do_send_message, file queries.c, line 942.

luyzdeleon avatar Jun 26 '14 22:06 luyzdeleon

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.

cydream avatar Nov 06 '14 12:11 cydream