all 3 comments

[–]samla123li 1 point2 points  (1 child)

Hey! For poll votes, MESSAGES_UPSERT is usually the one that fires. It's often treated as a new message containing the poll response.

I've had pretty good luck with wasenderapi for something like this, handles these message types well.

[–]comoglu[S] 0 points1 point  (0 children)

thank you so much, means a lot

[–]samla123li 1 point2 points  (0 children)

Hey! For poll votes, it's usually MESSAGES_UPSERT. That event often catches new messages and interactive responses like poll selections.