@slack/web-api / GroupRenameEvent
Interface: GroupRenameEvent
Defined in: node_modules/@slack/types/dist/events/group.d.ts:37
Properties
channel
channel: object;
Defined in: node_modules/@slack/types/dist/events/group.d.ts:39
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/group.d.ts:47
type
type: "group_rename";
Defined in: node_modules/@slack/types/dist/events/group.d.ts:38