Message

class Message(val id: String, val type: Int, val author: Map<String, String>)

消息体内容。

Constructors

Link copied to clipboard
fun Message(id: String, type: Int, author: Map<String, String>)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
val type: Int