File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
slack-api-model/src/main/java/com/slack/api/model Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -236,9 +236,6 @@ public static class Icon {
236236 public static class FullSizePreview {
237237 private Boolean isSupported ;
238238 private String previewUrl ;
239- private Boolean isAnimated ;
240- private String width ;
241- private String height ;
242239 private String mime_type ;
243240 private Error error ;
244241
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ public class EntityDetailsRequestedEvent implements Event {
1616 private Link link ;
1717 private String entityUrl ;
1818 private String appUnfurlUrl ;
19- private String trigger_id ;
20- private ExternalRef external_ref ;
19+ private String triggerId ;
20+ private ExternalRef externalRef ;
2121 private String channel ;
2222 private String messageTs ;
2323 // The thread_ts field only appears when the link was shared within a message thread.
You can’t perform that action at this time.
0 commit comments