Interface: SharedChannelInviteApprovedEvent
Properties
approving_team_id
approving_team_id: string;
Defined in
approving_user
approving_user: SharedChannelUserItem;
Defined in
channel
channel: SharedChannelItem;
Defined in
event_ts
event_ts: string;
Defined in
invite
invite: SharedChannelInviteItem;
Defined in
teams_in_channel
teams_in_channel: SharedChannelTeamItem[];
Defined in
type
type: "shared_channel_invite_approved";