Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.05 KB

File metadata and controls

54 lines (34 loc) · 1.05 KB

@slack/web-api / MessageMetadata

Interface: MessageMetadata

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

Description

Application-specific data to attach to Slack message.

See

Properties

event_payload

event_payload: object;

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

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:11

Description

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