All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scribe.slack.SlackMessage.scala Maven / Gradle / Ivy

There is a newer version: 3.15.3
Show newest version
package scribe.slack

import fabric.rw._

case class SlackMessage(text: String,
                        username: String,
                        mrkdwn: Boolean,
                        icon_emoji: String,
                        attachments: List[Slack.Attachment])

object SlackMessage {
  implicit val rw: RW[SlackMessage] = RW.gen
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy