Hi - thanks for pointing this out. The link that you’re pointing to is for a Tweet object, which is not the same thing as a Direct Message. We don’t currently have an example of a Direct Message payload that includes images, but we will add this soon.
Here is an example for now. The attachement will be outside of the entities field.
{
"for_user_id": "1102321381",
"direct_message_events": [
{
"type": "message_create",
"id": "1044982113760509956",
"created_timestamp": "1537978125406",
"message_create": {
"target": {
"recipient_id": "1102321381"
},
"sender_id": "199566737",
"message_data": {
"text": " https://t.co/lJjZlWdOXS",
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https://t.co/lJjZlWdOXS",
"expanded_url": "https://twitter.com/messages/media/1044982113760509956",
"display_url": "pic.twitter.com/lJjZlWdOXS",
"indices": [
1,
24
]
}
]
},
"attachment": {
"type": "media",
"media": {
"id": 1044982100456177700,
"id_str": "1044982100456177664",
"indices": [
1,
24
],
"media_url": "https://pbs.twimg.com/dm_gif_preview/1044982100456177664/3CNsp19MRhT7PqX3VNALcRP9as_7FolHGOmHYZ4MwwjUtEumM5.jpg",
"media_url_https": "https://pbs.twimg.com/dm_gif_preview/1044982100456177664/3CNsp19MRhT7PqX3VNALcRP9as_7FolHGOmHYZ4MwwjUtEumM5.jpg",
"url": "https://t.co/lJjZlWdOXS",
"display_url": "pic.twitter.com/lJjZlWdOXS",
"expanded_url": "https://twitter.com/messages/media/1044982113760509956",
"type": "animated_gif",
"sizes": {
"medium": {
"w": 480,
"h": 270,
"resize": "fit"
},
"thumb": {
"w": 150,
"h": 150,
"resize": "crop"
},
"small": {
"w": 480,
"h": 270,
"resize": "fit"
},
"large": {
"w": 480,
"h": 270,
"resize": "fit"
}
},
"video_info": {
"aspect_ratio": [
16,
9
],
"variants": [
{
"bitrate": 0,
"content_type": "video/mp4",
"url": "https://video.twimg.com/dm_gif/1044982100456177664/3CNsp19MRhT7PqX3VNALcRP9as_7FolHGOmHYZ4MwwjUtEumM5.mp4"
}
]
}
}
}
}
}
}
],
"users": {
"199566737": {
"id": "199566737",
"created_timestamp": "1286429788000",
"name": "Dan Brunsdon",
"screen_name": "LeBraat",
"location": "Denver, CO",
"description": "data by day @twitter, design by dusk",
"protected": false,
"verified": false,
"followers_count": 380,
"friends_count": 452,
"statuses_count": 915,
"profile_image_url": "http://pbs.twimg.com/profile_images/1033781948424978433/NfDMACWL_normal.jpg",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1033781948424978433/NfDMACWL_normal.jpg"
},
"1102321381": {
"id": "1102321381",
"created_timestamp": "1358552743000",
"name": "Aurelia Specker",
"screen_name": "AureliaSpecker",
"location": "London, England",
"description": "work @TwitterUK 👩💻 • alumni @UniofOxford 🎓 • outdoor enthusiast 🌄 • bookworm 📚 • from switzerland 🇨🇭",
"protected": false,
"verified": false,
"followers_count": 265,
"friends_count": 424,
"statuses_count": 298,
"profile_image_url": "http://pbs.twimg.com/profile_images/1025560966434443264/vsVPbXiT_normal.jpg",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1025560966434443264/vsVPbXiT_normal.jpg"
}
}
}