@slack/types / FileShareMessageEvent
Interface: FileShareMessageEvent
Defined in: events/message.ts:204
Properties
attachments?
optional attachments: MessageAttachment[];
Defined in: events/message.ts:208
blocks?
optional blocks: (Block | KnownBlock)[];
Defined in: events/message.ts:209
channel
channel: string;
Defined in: events/message.ts:218
channel_type
channel_type: ChannelTypes;
Defined in: events/message.ts:219
display_as_bot?
optional display_as_bot: boolean;
Defined in: events/message.ts:212
event_ts
event_ts: string;
Defined in: events/message.ts:220
files?
optional files: File[];
Defined in: events/message.ts:210
parent_user_id?
optional parent_user_id: string;
Defined in: events/message.ts:215
subtype
subtype: "file_share";
Defined in: events/message.ts:206
text
text: string;
Defined in: events/message.ts:207
thread_ts?
optional thread_ts: string;
Defined in: events/message.ts:217
ts
ts: string;
Defined in: events/message.ts:216
type
type: "message";
Defined in: events/message.ts:205
upload?
optional upload: boolean;
Defined in: events/message.ts:211
user
user: string;
Defined in: events/message.ts:214
x_files?
optional x_files: string[];
Defined in: events/message.ts:213