Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUpdatedConversation

Hierarchy

  • IUpdatedConversation

Index

Properties

updatedItems: {}

Type declaration

  • [key: string]: { time: number; val: any }
    • time: number
    • val: any
conversationType: number
targetId: string
latestMessage?: IReceivedMessage
unreadMessageCount?: number
hasMentioned?: boolean
mentionedInfo?: { type: 1 | 2; userIdList: string[] }

Type declaration

  • type: 1 | 2

    @ 类型,其中 1 为 @ 所有人,2 为 @ 部分人

  • userIdList: string[]

    被 @ 的用户 Id 列表,仅在 type2 时有效

lastUnreadTime?: number
notificationStatus?: number
notificationLevel?: number
isTop?: boolean
channelId?: string

会话标识

versionTime?: number
unreadMentionedCount?: number

@ 消息未读数

unreadMentionedMeCount?: number

@ 我的未读消息数

since

5.7.9