Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRCKitCachedConversation

Hierarchy

  • IRCKitCachedConversation

Index

Properties

key: string

The unique identifier generated according to Target ID, Conversation Type and Channel ID.

targetId: string

conversation ID

conversationType: ConversationType

conversation type

channelId: string

Channel ID

name: string

name

portraitUri: string

avatar

draft: string

Draft data

latestMessage: null | IRCKitCachedMessage

The last message

isTop: boolean

Is it pinned

notificationLevel: NotificationLevel

Do Not Disturb Level Configuration

unreadCount: number

unread message count

updateTime: number

Last message time

online: boolean

User Online Status In the case of not enabling the online status display or not configuring the query hook, the value is false; for non-one-to-one chat conversations, it is also false.

memberCount: number

number of group members It is always 0 in one-to-one chat conversations.

mentionedType: RCKitMentionedType

Summary @ Message Types in Group Conversations

markReaded: boolean

Whether it is marked as unread

markUnread: boolean

Whether it is marked as read