File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ CodebarAg\LaravelInstagram\Data\InstagramUser {
164164``` php
165165CodebarAg\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 ]
You can’t perform that action at this time.
0 commit comments