UserChatListView

data class UserChatListView @ApiResultType constructor(val code: String, val lastReadTime: Long, val latestMsgTime: Long, val unreadCount: Int, val targetInfo: TargetInfo)(source)

GetUserChatListApi 的响应结果。

Constructors

Link copied to clipboard
constructor(code: String, lastReadTime: Long, latestMsgTime: Long, unreadCount: Int, targetInfo: TargetInfo)

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "last_read_time")
val lastReadTime: Long

上次阅读消息的时间 (毫秒)

Link copied to clipboard
@SerialName(value = "latest_msg_time")
val latestMsgTime: Long

最新消息时间 (毫秒)

Link copied to clipboard
@SerialName(value = "target_info")
val targetInfo: TargetInfo

目标用户信息

Link copied to clipboard
@SerialName(value = "unread_count")
val unreadCount: Int

未读消息数