attachment_field_object: Attachment Field Object

View source: R/messaging.R

attachment_field_objectR Documentation

Attachment Field Object

Description

Create an attachment field object

Usage

attachment_field_object(title = NULL, value = NULL, short = NULL)

Arguments

title

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

value

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

short

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

Value

An attachment field object

See Also

https://api.slack.com/reference/messaging/attachments#fields

Other Messaging: attachment_object(), message_object()


samterfa/slackme documentation built on April 11, 2022, 3:29 a.m.