case class UnfurlChatRequest(channel: String, ts: String, unfurls: Option[String], user_auth_message: Option[String], user_auth_required: Option[Boolean], user_auth_url: Option[String])
- Value parameters:
- channel
Channel ID of the message
- ts
Timestamp of the message to add unfurl behavior to.
- unfurls
URL-encoded JSON map with keys set to URLs featured in the the message, pointing to their unfurl blocks or message attachments.
- user_auth_message
Provide a simply-formatted string to send as an ephemeral message to the user as invitation to authenticate further and enable full unfurling behavior
- user_auth_required
Set to
true
or1
to indicate the user must install your Slack app to trigger unfurls for this domain- user_auth_url
Send users to this custom URL where they will complete authentication in your app to fully trigger unfurling. Value should be properly URL-encoded.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any