Skip to content

Commit

Permalink
Issue #1152 - wrong comment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nbartels committed May 5, 2021
1 parent dcfc6c2 commit 2f56d9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/lombok/com/restfb/types/instagram/IgMedia.java
Expand Up @@ -72,7 +72,7 @@ public class IgMedia extends IgMediaChild {
private Long likeCount;

/**
* Media type. Can be CAROUSEL_ALBUM, IMAGE, or VIDEO.
* Surface where the media is published. Can be AD, FEED, IGTV, or STORY.
*/
@Getter
@Setter
Expand Down
3 changes: 3 additions & 0 deletions src/main/lombok/com/restfb/types/instagram/IgMediaChild.java
Expand Up @@ -38,6 +38,9 @@ public class IgMediaChild extends FacebookType {
@Facebook("ig_id")
private String igId;

/**
* Media type. Can be CAROUSEL_ALBUM, IMAGE, or VIDEO.
*/
@Getter
@Setter
@Facebook("media_type")
Expand Down

0 comments on commit 2f56d9c

Please sign in to comment.