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