Skip to content

Commit 3ce04e4

Browse files
authored
Add enterprise to MemberJoinedChannelEvent (#2450)
1 parent 8ec9015 commit 3ce04e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/src/events/member.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export interface MemberJoinedChannelEvent {
55
channel_type: string;
66
team: string;
77
inviter?: string;
8+
enterprise?: string;
89
event_ts: string;
910
}
1011

0 commit comments

Comments
 (0)