@slack/web-api / FileShareMessageEvent
Interface: FileShareMessageEvent
Defined in: node_modules/@slack/types/dist/events/message.d.ts:160
Properties
attachments?
optional attachments: MessageAttachment[];
Defined in: node_modules/@slack/types/dist/events/message.d.ts:164
blocks?
optional blocks: (Block | KnownBlock)[];
Defined in: node_modules/@slack/types/dist/events/message.d.ts:165
channel
channel: string;
Defined in: node_modules/@slack/types/dist/events/message.d.ts:174
channel_type
channel_type: ChannelTypes;
Defined in: node_modules/@slack/types/dist/events/message.d.ts:175
display_as_bot?
optional display_as_bot: boolean;
Defined in: node_modules/@slack/types/dist/events/message.d.ts:168
event_ts
event_ts: string;
Defined in: node_modules/@slack/types/dist/events/message.d.ts:176
files?
optional files: File[];
Defined in: node_modules/@slack/types/dist/events/message.d.ts:166
parent_user_id?
optional parent_user_id: string;
Defined in: node_modules/@slack/types/dist/events/message.d.ts:171
subtype
subtype: "file_share";
Defined in: node_modules/@slack/types/dist/events/message.d.ts:162
text
text: string;
Defined in: node_modules/@slack/types/dist/events/message.d.ts:163
thread_ts?
optional thread_ts: string;
Defined in: node_modules/@slack/types/dist/events/message.d.ts:173
ts
ts: string;
Defined in: node_modules/@slack/types/dist/events/message.d.ts:172
type
type: "message";
Defined in: node_modules/@slack/types/dist/events/message.d.ts:161
upload?
optional upload: boolean;
Defined in: node_modules/@slack/types/dist/events/message.d.ts:167
user
user: string;
Defined in: node_modules/@slack/types/dist/events/message.d.ts:170
x_files?
optional x_files: string[];
Defined in: node_modules/@slack/types/dist/events/message.d.ts:169