Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUpdatedConversation

会话更新信息

Hierarchy

  • IUpdatedConversation

Index

Properties

updatedItems

updatedItems: {}

更新项

Type declaration

  • [key: string]: { time: number; val: any }
    • time: number
    • val: any

conversationType

conversationType: number

会话类型

targetId

targetId: string

目标 ID

Optional latestMessage

latestMessage?: IReceivedMessage

会话最后一条消息

Optional unreadMessageCount

unreadMessageCount?: number

会话未读数

Optional hasMentioned

hasMentioned?: boolean

是否有 @ 消息

Optional mentionedInfo

mentionedInfo?: { type: 1 | 2; userIdList: string[] }

@ 信息详情

Type declaration

  • type: 1 | 2

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

  • userIdList: string[]

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

Optional lastUnreadTime

lastUnreadTime?: number

未读消息时间

Optional notificationStatus

notificationStatus?: number

免打扰状态

Optional notificationLevel

notificationLevel?: number

免打扰状态

Optional isTop

isTop?: boolean

是否置顶

Optional channelId

channelId?: string

频道 ID

Optional tags

会话标签

Optional versionTime

versionTime?: number

Optional unreadMentionedCount

unreadMentionedCount?: number

@ 消息未读数

Optional unreadMentionedMeCount

unreadMentionedMeCount?: number

@ 我的未读消息数 仅超级群支持

since

5.7.9