Skip to content

Commit 0554254

Browse files
committed
WIP
1 parent 88361a9 commit 0554254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ CodebarAg\LaravelInstagram\Data\InstagramUser {
164164
```php
165165
CodebarAg\LaravelInstagram\Data\InstagramImage {
166166
id: '123456789' // string
167-
media_type: 'IMAGE'|'CAROUSEL_ALBUM' // string
167+
media_type: 'CAROUSEL_ALBUM'|'IMAGE' // string
168168
media_url: 'https://instagram-link.com' // string
169169
permalink: 'https://instagram-link.com' // string
170170
timestamp: '2022-01-01T00:00:00+00:00' // CarbonImmutable
@@ -176,7 +176,7 @@ CodebarAg\LaravelInstagram\Data\InstagramImage {
176176
media_url: 'https://instagram-link.com' // string
177177
permalink: 'https://instagram-link.com' // string
178178
timestamp: '2022-01-01T00:00:00+00:00' // CarbonImmutable
179-
caption: 'This is a caption' // null|string
179+
caption: null // null
180180
children: null // null
181181
}
182182
]

0 commit comments

Comments
 (0)