Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAReceivedConversationByTag

分页获取标签下会话数据结构

Hierarchy

Index

Properties

conversationType

conversationType: ConversationType

会话类型

  • 1: 单聊
  • 3: 群聊
  • 4: 聊天室
  • 5: 客服会话
  • 6: 系统消息
  • 7: 默认关注的公众号
  • 8: 手动关注的公众号
  • 9: RTCLib 房间

targetId

targetId: string

会话 id

latestMessage

latestMessage: null | IAReceivedMessage

会话中的最后一条消息

Optional unreadMessageCount

unreadMessageCount?: number

当前会话的未读消息数

Optional hasMentioned

hasMentioned?: boolean

是否包含 @ 自己的消息

description

仅在 conversationTypeConversationType.GROUP 时有效

Optional mentionedInfo

mentionedInfo?: MentionedInfo

消息中的 @ 数据

description

仅在 conversationTypeConversationType.GROUP 时有效

Optional lastUnreadTime

lastUnreadTime?: number

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

Optional notificationStatus

notificationStatus?: NotificationStatus

会话免打扰状态

  • 1: 开启免打扰
  • 2: 关闭免打扰

Optional notificationLevel

notificationLevel?: NotificationLevel

Optional isTop

isTop?: boolean

会话是否置顶

Optional channelId

channelId?: string

多组织 ID

Optional unreadMentionedCount

unreadMentionedCount?: number

@ 消息未读数

Optional versionTime

versionTime?: number
deprecated

字段已废弃即将删除,不推荐使用

Optional matchCount

matchCount?: number

按照消息搜索会话时,匹配到的消息数量(仅 Electron 有效)

Optional unreadMentionedMeCount

unreadMentionedMeCount?: number

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

since

5.7.9

Optional operationTime

operationTime?: number

会话操作时间

description

仅 Electron 平台支持,超级群不支持

since

5.8.4

Optional draft

draft?: string

会话草稿

isTopInTag

isTopInTag: boolean