Quote

data class Quote(val id: String, val type: Int, val content: String, val createAt: Long, val author: SimpleUser)(source)

引用消息 Quote

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(id: String, type: Int, content: String, createAt: Long, author: SimpleUser)

Properties

Link copied to clipboard

作者的用户信息

Link copied to clipboard

引用消息内容

Link copied to clipboard
@SerialName(value = "create_at")
val createAt: Long

引用消息创建时间(毫秒)

Link copied to clipboard
val id: String

引用消息 id

Link copied to clipboard
val type: Int

引用消息类型