Interface: ChannelCreatedEvent
Properties
channel
channel: object;
context_team_id
context_team_id: string;
created
created: number;
creator
creator: string;
id
id: string;
is_archived
is_archived: boolean;
is_channel
is_channel: boolean;
is_ext_shared
is_ext_shared: boolean;
is_frozen
is_frozen: boolean;
is_general
is_general: boolean;
is_group
is_group: boolean;
is_im
is_im: boolean;
is_mpim
is_mpim: boolean;
is_org_shared
is_org_shared: boolean;
is_pending_ext_shared
is_pending_ext_shared: boolean;
is_private
is_private: boolean;
is_shared
is_shared: boolean;
name
name: string;
name_normalized
name_normalized: string;
Defined in
event_ts
event_ts: string;
Defined in
type
type: "channel_created";