File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
slack-api-model/src/main/java/com/slack/api/model Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 62286228 "updated" : 12345 ,
62296229 "thumb_video" : " https://www.example.com/" ,
62306230 "comments_count" : 12345 ,
6231- "media_display_type" : " "
6231+ "media_display_type" : " " ,
6232+ "converted_pdf" : " https://www.example.com/" ,
6233+ "thumb_pdf" : " https://www.example.com/" ,
6234+ "thumb_pdf_w" : 12345 ,
6235+ "thumb_pdf_h" : 12345
62326236 }
62336237 ]
62346238 },
Original file line number Diff line number Diff line change 132132 "updated" : 12345 ,
133133 "thumb_video" : " https://www.example.com/" ,
134134 "media_display_type" : " " ,
135- "comments_count" : 12345
135+ "comments_count" : 12345 ,
136+ "converted_pdf" : " https://www.example.com/" ,
137+ "thumb_pdf" : " https://www.example.com/" ,
138+ "thumb_pdf_w" : 12345 ,
139+ "thumb_pdf_h" : 12345
136140 }
137141 ]
138142 },
Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ public void setPublic(boolean isPublic) {
204204
205205 private String thumbVideo ;
206206
207+ private String convertedPdf ;
207208 private String thumbPdf ;
208209 @ SerializedName ("thumb_pdf_w" )
209210 private String thumbPdfWidth ;
You can’t perform that action at this time.
0 commit comments