gramjs
gramjs copied to clipboard
NewMessage parameters aren't working as expected
Hi! First of all, thank you for the library as it really helps to get things done using nodejs!
I have 2 public channels and I'm trying to configure message events between 2 channels so that the event gets fired only when I forward a message from any of these channels.
When I run the code above and try to forward a message from a different channel, the event still gets fired. I tend to think that could be a bug but I also want to make sure I understand the API correctly
same for me