lib / com.kirkbushman.araw.models / Message / <init>

<init>

Message(@Json("id") id: String, @Json("name") fullname: String, @Json("author") author: String?, @Json("body") body: String, @Json("body_html") bodyHtml: String, @Json("context") context: String, @Json("created") created: Long, @Json("created_utc") createdUtc: Long, @Json("dest") dest: String, @Json("distinguished") distinguishedRaw: String?, @Json("first_message") firstMessage: Long?, @Json("first_message_name") firstMessageName: String?, @Json("was_comment") isComment: Boolean, @Json("new") isUnread: Boolean, @Json("likes") likes: Boolean?, @Json("num_comments") numComments: Int?, @Json("parent_id") parentId: String?, @Json("score") score: Int, @Json("subject") subject: String, @Json("subreddit") subreddit: String?, @Json("subreddit_name_prefixed") subredditNamePrefixed: String?, @Json("type") type: String)

This class represents the message a user can send or receive. Messages are grouped in the user inbox.