Skip to main content

Interface: GenericMessageEvent

Properties

attachments?

optional attachments: MessageAttachment[];

Defined in

events/message.ts:42


blocks?

optional blocks: (Block | KnownBlock)[];

Defined in

events/message.ts:43


bot_id?

optional bot_id: string;

Defined in

events/message.ts:36


bot_profile?

optional bot_profile: BotProfile;

Defined in

events/message.ts:37


channel

channel: string;

Defined in

events/message.ts:34


channel_type

channel_type: ChannelTypes;

Defined in

events/message.ts:41


client_msg_id?

optional client_msg_id: string;

Defined in

events/message.ts:49


edited?

optional edited: object;

ts

ts: string;

user

user: string;

Defined in

events/message.ts:45


event_ts

event_ts: string;

Defined in

events/message.ts:32


files?

optional files: File[];

Defined in

events/message.ts:44


is_starred?

optional is_starred: boolean;

Defined in

events/message.ts:53


parent_user_id?

optional parent_user_id: string;

Defined in

events/message.ts:50


pinned_to?

optional pinned_to: string[];

Defined in

events/message.ts:54


reactions?

optional reactions: object[];

Defined in

events/message.ts:55


subtype

subtype: undefined;

Defined in

events/message.ts:31


team?

optional team: string;

Defined in

events/message.ts:33


text?

optional text: string;

Defined in

events/message.ts:38


thread_ts?

optional thread_ts: string;

Defined in

events/message.ts:40


ts

ts: string;

Defined in

events/message.ts:39


type

type: "message";

Defined in

events/message.ts:30


user

user: string;

Defined in

events/message.ts:35