UserMessageDetailBody

@Serializable
data class UserMessageDetailBody(val type: PeerType, val peer: String, val msgId: String, val around: Long? = null)

Constructors

Link copied to clipboard
constructor(type: PeerType, peer: String, msgId: String, around: Long? = null)

Properties

Link copied to clipboard
val around: Long?
Link copied to clipboard
val msgId: String
Link copied to clipboard
val peer: String
Link copied to clipboard
val type: PeerType