Skip to main content

@slack/web-api / MessageMetadata

Interface: MessageMetadata

Defined in: node_modules/@slack/types/dist/message-metadata.d.ts:7

Description

Application-specific event data to attach to a Slack message.

See

Properties

event_payload

event_payload: object;

Defined in: node_modules/@slack/types/dist/message-metadata.d.ts:16

Index Signature

[key: string]: 
| string
| number
| boolean
| MessageMetadataEventPayloadObject
| MessageMetadataEventPayloadObject[]

Description

A free-form object containing whatever data your application wishes to attach to messages.


event_type

event_type: string;

Defined in: node_modules/@slack/types/dist/message-metadata.d.ts:12

Description

A human readable alphanumeric string representing your application's metadata event. The value of this field may appear in the UI to developers.