KIMCoreChatNotices

class KIMCoreChatNotices(chatNotices: <Error class: unknown class>) : Serializable

会话中所有未读强提醒模型

Constructors

Link copied to clipboard
constructor(chatNotices: <Error class: unknown class>)

Properties

Link copied to clipboard
@SerializedName(value = "coreChatNotices")
var coreChatNotices: MutableList<KIMCoreChatNotice>

带有强提醒的消息列表

Link copied to clipboard
@SerializedName(value = "nextOffset")
var nextOffset: Long

下一页的偏移量

Link copied to clipboard
@SerializedName(value = "total")
var total: Int

总共有多少条消息带有强提醒

Functions

Link copied to clipboard