If you have v2 attachments/metadata stored on your side and you want to fetch corresponding v3 attachment ids, here is how you can do this -
- Translate the message ID's corresponding to the attachment.
- Fetch all attachment metadata from v3 based on demand.
- Compare the v3 metadata with the v2 metadata stored on your side to identify the attachment ID.
Please note that in v3 you need a message id to find and download the attachments. So all attachment IDs you store on your side must have corresponding message IDs to download the attachment.
References:
Updated
Comments
0 comments
Please sign in to leave a comment.