Skip to content

Commit 12ce23c

Browse files
committed
add commenting_disabled_for_viewer
1 parent 5b3320f commit 12ce23c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ export const ShortcodeMedia = t.type({
223223
]),
224224
edge_media_preview_comment: t.union([EdgeMediaPreviewComment, t.undefined]),
225225
comments_disabled: t.boolean,
226+
commenting_disabled_for_viewer: t.boolean,
226227
taken_at_timestamp: t.number,
227228
edge_media_preview_like: EdgeMediaPreviewComment,
228229
edge_media_to_sponsor_user: EdgeMediaToCaption,

0 commit comments

Comments
 (0)