Inactive User
5 years agoAPI V1 get images for a message ID?
Is there a way in API V1 to get the images associated with a message? The documentation only shows the profile image, or if you have an image id.
I need something that's the equivalent of SELECT * FROM images WHERE messages.id = '1234'
Why V1 and not V2? I need to call it in Javascript.
- Inactive User5 years ago
Apparently, you can by using
https://yoururl.com/restapi/v1/messages/id/{messageID}/images