Skip to content

Commit

Permalink
Expand UrlEntityV2 with media_key field (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
blizniukov authored Sep 23, 2022
1 parent cfa0c9d commit 3c7cec7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ public static class UrlEntityV2 extends BaseEntityV2 implements UrlEntity {
private String title;
@JsonProperty("unwound_url")
private String unwoundedUrl;
@JsonProperty("media_key")
private String mediaKey;
}

@Getter
Expand Down

0 comments on commit 3c7cec7

Please sign in to comment.