Skip to content

Commit 56dab57

Browse files
committed
Add missing properties in app_mention event payload
1 parent 2297521 commit 56dab57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

slack-api-model/src/main/java/com/slack/api/model/event/AppMentionEvent.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ public class AppMentionEvent implements Event {
4747
private Boolean displayAsBot;
4848
private String ts;
4949
private String team;
50+
private String userTeam;
51+
private String sourceTeam;
5052
private String channel;
5153
private Edited edited;
5254
private String eventTs;

0 commit comments

Comments
 (0)