Interface: FileShareMessageEvent
Properties
attachments?
optional attachments: MessageAttachment[];
Defined in
blocks?
optional blocks: (Block | KnownBlock)[];
Defined in
channel
channel: string;
Defined in
channel_type
channel_type: ChannelTypes;
Defined in
display_as_bot?
optional display_as_bot: boolean;
Defined in
event_ts
event_ts: string;
Defined in
files?
optional files: File[];
Defined in
parent_user_id?
optional parent_user_id: string;
Defined in
subtype
subtype: "file_share";
Defined in
text
text: string;
Defined in
thread_ts?
optional thread_ts: string;
Defined in
ts
ts: string;
Defined in
type
type: "message";
Defined in
upload?
optional upload: boolean;
Defined in
user
user: string;
Defined in
x_files?
optional x_files: string[];