We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec9015 commit 3ce04e4Copy full SHA for 3ce04e4
packages/types/src/events/member.ts
@@ -5,6 +5,7 @@ export interface MemberJoinedChannelEvent {
5
channel_type: string;
6
team: string;
7
inviter?: string;
8
+ enterprise?: string;
9
event_ts: string;
10
}
11
0 commit comments