How to get/extract images from message content?

Okay guys, sorry I’m back so soon, but I managed to get the message from a user to the bots dms, but how can I get any images from the message content as well?

Also hate to ask but, is there a way for the bot to listen for its own messages? As I use the message sent by bot Trigger, but it only worked for bots that weren’t itself.

you would need to send a custom network request to get the raw message data, and then extract the attachments from there (we do not offer support for apis).

message sent by bot trigger does not trigger for the bot’s own messages on purpose. it makes it easy to build loops that run forever, and whichever functionality you would want from it could be done by building components properly (try custom blocks for example).