Commit d86cf458 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add imageAttachmentUri parameter

parent 9b77e6ec
......@@ -3,4 +3,7 @@ package chat.rocket.android.app.chatroom
import chat.rocket.android.app.User
import org.threeten.bp.LocalDateTime
data class Message(val user: User, val content: String, val localDatetime: LocalDateTime)
\ No newline at end of file
data class Message(val user: User,
val textContent: String?,
val imageAttachmentUri: String?,
val localDatetime: LocalDateTime)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment