How can i get user's profile image in PRIVMSG?

I’ve been getting real-time chat via PRIVMSG using a websocket, can I get the profile image of the person who entered the chat here?

You don’t get the profile image from the IRC but you can take the username/userid from IRC and use the following API-Endpoint to get the image: Reference | Twitch Developers

Thank you for your reply!!!