Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRCKitCachedConversation

会话缓存数据结构

Hierarchy

  • IRCKitCachedConversation

Index

Properties

key: string

根据 targetId、conversationType、channelId 生成的唯一标识

targetId: string

会话 ID

conversationType: ConversationType

会话类型

channelId: string

Channel ID

name: string

名称

portraitUri: string

头像

draft: string

草稿数据

latestMessage: null | IRCKitCachedMessage

最后一条消息

isTop: boolean

是否置顶

notificationLevel: NotificationLevel

免打扰配置等级

unreadCount: number

未读消息数

updateTime: number

最后一条消息时间

online: boolean

在线状态,未开启在线状态显示或未配置查询钩子的情况下,值均为 false; 非单聊会话均为 false

memberCount: number

群成员数量,单聊会话中始终为 0

mentionedType: RCKitMentionedType

群组会话中的汇总 @ 信息类型

markReaded: boolean

是否处于被标记已读状态

markUnread: boolean

是否处于被标记未读状态