Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ConversationItem

Index

Properties

conversationId: string

The conversation ID.

conversationType: "singleChat" | "groupChat"

The conversation type.

isPinned: boolean

Whether the conversation is pinned. true:pinned; false: unpinned.

lastMessage: null | Message.MessageBody | Record<string, never>

Overview of the latest message.

pinnedTime: number

The UNIX timestamp when the conversation is pinned. The unit is millisecond. This value is 0 when conversation is not pinned.

unReadCount: number

The number of unread messages.

Generated using TypeDoc