Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUpdateItem

会话变更更新项

Hierarchy

  • IUpdateItem

Index

Properties

Optional isTop

isTop?: { time: number; val: boolean }

置顶变更

Type declaration

  • time: number
  • val: boolean

Optional notificationStatus

notificationStatus?: { time: number; val: NotificationStatus }

免打扰状态变更(低版本)

Type declaration

Optional notificationLevel

notificationLevel?: { time: number; val: NotificationLevel }

免打扰状态变更

Type declaration

Optional hasMentioned

hasMentioned?: { time: number; val: boolean }

存在 @ 信息

Type declaration

  • time: number
  • val: boolean

Optional mentionedInfo

mentionedInfo?: { time: number; val: MentionedInfoBody }

@ 信息

Type declaration

Optional unreadMessageCount

unreadMessageCount?: { time: number; val: number }

未读数变更

Type declaration

  • time: number
  • val: number

Optional tags

tags?: { time: number; val: IConversationTag }

标签变更

Type declaration

Optional latestMessage

latestMessage?: { time: number; val: IReceivedMessage }

会话最后一条消息变更

Type declaration