Skip to content

Commit

Permalink
Issue #1241 - duplicated method removed from IgMedia
Browse files Browse the repository at this point in the history
  • Loading branch information
nbartels committed Jul 29, 2022
1 parent 64d9ae6 commit 1086eb6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/lombok/com/restfb/types/instagram/IgMedia.java
Expand Up @@ -87,14 +87,6 @@ public class IgMedia extends IgMediaChild {
@Facebook("like_count")
private Long likeCount;

/**
* Surface where the media is published. Can be AD, FEED, IGTV, or STORY.
*/
@Getter
@Setter
@Facebook("media_product_type")
private String mediaProductType;

/**
* Media thumbnail URL. Only available on VIDEO media.
*/
Expand Down

0 comments on commit 1086eb6

Please sign in to comment.