Skip to main content

@slack/types / MessageMetadata

Interface: MessageMetadata

Defined in: message-metadata.ts:12

Description​

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

See​

Properties​

event_payload​

event_payload: object;

Defined in: message-metadata.ts:21

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: message-metadata.ts:17

Description​

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