Skip to main content

Interface: FileShareMessageEvent

Properties

attachments?

optional attachments: MessageAttachment[];

Defined in

events/message.ts:204


blocks?

optional blocks: (Block | KnownBlock)[];

Defined in

events/message.ts:205


channel

channel: string;

Defined in

events/message.ts:214


channel_type

channel_type: ChannelTypes;

Defined in

events/message.ts:215


display_as_bot?

optional display_as_bot: boolean;

Defined in

events/message.ts:208


event_ts

event_ts: string;

Defined in

events/message.ts:216


files?

optional files: File[];

Defined in

events/message.ts:206


parent_user_id?

optional parent_user_id: string;

Defined in

events/message.ts:211


subtype

subtype: "file_share";

Defined in

events/message.ts:202


text

text: string;

Defined in

events/message.ts:203


thread_ts?

optional thread_ts: string;

Defined in

events/message.ts:213


ts

ts: string;

Defined in

events/message.ts:212


type

type: "message";

Defined in

events/message.ts:201


upload?

optional upload: boolean;

Defined in

events/message.ts:207


user

user: string;

Defined in

events/message.ts:210


x_files?

optional x_files: string[];

Defined in

events/message.ts:209