Thanks prixone for the reply.
So, i want to make a call to my api method, every time that my bot account receives a new private message.
Maybe i don’t understand how websockets work, but i’m affraid that doing filters on my api will increase the number of requests what can make my api very slow.
The perfect solution will be something like the outgoing webhooks but make the trigger be “new private message of user”.
Ty