IntimacyIndex

data class IntimacyIndex @ApiResultType constructor(val imgUrl: String, val socialInfo: String, val lastRead: Timestamp, val imgList: List<IntimacyIndex.Img>)

好感度信息

Constructors

Link copied to clipboard
fun IntimacyIndex(imgUrl: String, socialInfo: String, lastRead: Timestamp, imgList: List<IntimacyIndex.Img>)

Types

Link copied to clipboard
data class Img @ApiResultType constructor(val id: ID, val url: String)

好感度形象图片实例

Properties

Link copied to clipboard

形象图片的总列表

Link copied to clipboard

机器人给用户显示的形象图片地址

Link copied to clipboard
val lastRead: Timestamp

用户上次查看的时间戳

Link copied to clipboard

机器人显示给用户的社交信息