Skip to content

//core/com.petersamokhin.vksdk.core.model.event/MessagePartial

MessagePartial

[common]\ data class MessagePartial(id: Int, date: Int, fromId: Int, randomId: Int?, text: String, attachments: List, conversationMessageId: Int, peerId: Int, out: Int?, updateTime: Int?)

Forwarded messages, edited messages, etc

Constructors

MessagePartial [common]
fun MessagePartial(id: Int, date: Int, fromId: Int, randomId: Int? = null, text: String, attachments: List, conversationMessageId: Int, peerId: Int, out: Int? = null, updateTime: Int? = null)

Properties

Name Summary
attachments [common]
val attachments: List
conversationMessageId [common]
val conversationMessageId: Int
date [common]
val date: Int
fromId [common]
val fromId: Int
id [common]
val id: Int
out [common]
val out: Int? = null
peerId [common]
val peerId: Int
randomId [common]
val randomId: Int? = null
text [common]
val text: String
updateTime [common]
val updateTime: Int? = null