Skip to main content

Interface: MessageAttachmentField

Description

A field object to include in a MessageAttachment.

See

Field objects reference.

Properties

short?

optional short: boolean;

Description

Indicates whether the field object is short enough to be displayed side-by-side with other field objects. Defaults to false.

Defined in

message-attachments.ts:138


title

title: string;

Description

Shown as a bold heading displayed in the field object. It cannot contain markup and will be escaped for you.

Defined in

message-attachments.ts:129


value

value: string;

Description

The text value displayed in the field object. It can be formatted as plain text, or with mrkdwn by using the mrkdwn_in option of MessageAttachment.

Defined in

message-attachments.ts:133