Last active
July 13, 2021 04:48
-
-
Save amencke/4b520bc714480bde12010f73a7e5a97a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case class PostMessageRequest(userID: UserID, message: String) extends ConversationRestEntities | |
trait JsonSupport extends SprayJsonSupport with DefaultJsonProtocol { | |
implicit val postMessageRequestFormat = jsonFormat2(PostMessageRequest) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment