Skip to main content

Interface: FileShareMessageEvent

Properties

attachments?

optional attachments: MessageAttachment[];

Defined in

events/message.ts:201


blocks?

optional blocks: (Block | KnownBlock)[];

Defined in

events/message.ts:202


channel

channel: string;

Defined in

events/message.ts:211


channel_type

channel_type: ChannelTypes;

Defined in

events/message.ts:212


display_as_bot?

optional display_as_bot: boolean;

Defined in

events/message.ts:205


event_ts

event_ts: string;

Defined in

events/message.ts:213


files?

optional files: File[];

Defined in

events/message.ts:203


parent_user_id?

optional parent_user_id: string;

Defined in

events/message.ts:208


subtype

subtype: "file_share";

Defined in

events/message.ts:199


text

text: string;

Defined in

events/message.ts:200


thread_ts?

optional thread_ts: string;

Defined in

events/message.ts:210


ts

ts: string;

Defined in

events/message.ts:209


type

type: "message";

Defined in

events/message.ts:198


upload?

optional upload: boolean;

Defined in

events/message.ts:204


user

user: string;

Defined in

events/message.ts:207


x_files?

optional x_files: string[];

Defined in

events/message.ts:206