I am trying to send an image along with the message that my app creates and inserts to send to other users. The image will be the same image used in the layout property of the message, but there is apparently no way to access the image property on the layout of the message on the receiving user's end.
Is it possible to send the image in the URL attached to the message and then access it on the second user's instance of the app? How could I go about this?