Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 774 Bytes

File metadata and controls

71 lines (45 loc) · 774 Bytes

@slack/web-api / ChannelRenameEvent

Interface: ChannelRenameEvent

Defined in: node_modules/@slack/types/dist/events/channel.d.ts:54

Properties

channel

channel: object;

Defined in: node_modules/@slack/types/dist/events/channel.d.ts:56

created

created: number;

id

id: string;

is_channel

is_channel: boolean;

is_mpim

is_mpim: boolean;

name

name: string;

name_normalized

name_normalized: string;

event_ts

event_ts: string;

Defined in: node_modules/@slack/types/dist/events/channel.d.ts:64


type

type: "channel_rename";

Defined in: node_modules/@slack/types/dist/events/channel.d.ts:55