Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAReceivedConversation

用户收到的会话结构

Hierarchy

  • IAReceivedConversation

Index

Properties

type: number

会话类型

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

会话 id

latestMessage: null | IAReceivedMessage

会话中的最后一条消息

unreadMessageCount?: number

当前会话的未读消息数

hasMentioned?: boolean

是否包含 @ 自己的消息

description

仅在 conversationTypeConversationType.GROUP 时有效

mentionedInfo?: MentionedInfo

消息中的 @ 数据

description

仅在 conversationTypeConversationType.GROUP 时有效

lastUnreadTime?: number

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

notificationStatus?: NotificationStatus

会话免打扰状态

  • 1: 开启免打扰
  • 2: 关闭免打扰
isTop?: boolean

会话是否置顶