Interface: SharedChannelInviteAcceptedEvent
Properties
accepting_user
accepting_user: SharedChannelUserItem;
Defined in
approval_required
approval_required: boolean;
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_accepted";