Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IReceivedConversationByTag

Hierarchy

Index

Properties

channelId?: string

会话的业务标识

conversationType: ConversationType

会话类型

targetId: string

会话 Id

description
  1. conversationTypeConversationType.GROUP 时,该值为群组 Id
  2. conversationTypeConversationType.PRIVATE 时,该值为对方用户 Id
unreadMessageCount: number

当前会话的未读消息数

latestMessage: null | IReceivedMessage

会话中的最后一条消息

hasMentioned?: boolean

是否包含 @ 自己的消息,此数据仅在 conversationTypeConversationType.GROUP 时有效

mentionedInfo?: null | MentionedInfoBody

消息中的 @ 数据,仅在 conversationTypeConversationType.GROUP 时有效

notificationStatus: NotificationStatus

会话免打扰状态

description
  1. 已开启免打扰
  2. 未开启免打扰
notificationLevel?: NotificationLevel
isTop: boolean

会话是否已置顶

lastUnreadTime: number

会话中消息的最后未读时间

matchCount?: number

搜索到的会话数量

versionTime?: number

会话项变更时间戳

unreadMentionedCount?: number
unreadMentionedMeCount?: number

@ 我的未读消息数

since

5.7.9

isTopInTag: boolean