Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAUltraGroupReceivedConversation

Ultra group conversation data structure

Hierarchy

Index

Properties

conversationType: ConversationType

Conversation type

targetId: string

Conversation ID

latestMessage: null | IAReceivedMessage

The last message in the conversation

unreadMessageCount?: number

Number of unread messages in the current conversation

hasMentioned?: boolean

Whether the message contains a mention of the current user

description

Only valid when conversationType is ConversationType.GROUP

mentionedInfo?: MentionedInfo

Message @ Data

description

Only valid when conversationType is ConversationType.GROUP

lastUnreadTime?: number

Last unread time of messages in the conversation

notificationStatus?: NotificationStatus

Conversation Do Not Disturb status

  • 1: Enable Do Not Disturb
  • 2: Disable Do Not Disturb
notificationLevel?: NotificationLevel
isTop?: boolean

Whether the conversation is pinned to the top

channelId?: string

Multi-organization ID

unreadMentionedCount?: number

@ Unread mention count

versionTime?: number
deprecated

This field is deprecated and will be removed soon. It is not recommended for use.

matchCount?: number

Indicates the number of matched messages when searching conversations by message (Electron only)

unreadMentionedMeCount?: number

@ Unread mention count Supported only in ultra groups

since

5.7.9

operationTime?: number

Conversation operation time

description
  • Starting from version 5.8.4, this parameter is supported on the Electron platform. It is updated when sending/receiving messages, setting pins, and other operations.
  • Starting from version 5.14.0, this parameter is supported on the Web platform, and it is updated only when sending/receiving messages.
since

5.8.4

draft?: string

Conversation draft

channelType?: UltraGroupChannelType

Channel type for ultra groups. This field is valid only when the ConversationType is set to ultra group.

firstUnreadMessage?: null | IUltraUnreadMsg

First unread message