Interface: MessageMetadata
Description
Application-specific data to attach to Slack message.
See
Properties
event_payload
event_payload: object;
Index Signature
[key
: string
]:
| string
| number
| boolean
| MessageMetadataEventPayloadObject
| MessageMetadataEventPayloadObject
[]
Description
A free-form object containing whatever data your application wishes to attach to messages.
Defined in
event_type
event_type: string;
Description
A human readable alphanumeric string representing your application's metadata event. The value of this field may appear in the UI to developers.