Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IReceivedConversationByTag

Hierarchy

Index

Properties

channelId?: string

Business identifier of the conversation

conversationType: ConversationType

Conversation type

targetId: string

Conversation Id

description
  1. When conversationType is ConversationType.GROUP, this value represents the group ID.
  2. When conversationType is ConversationType.PRIVATE, this value represents the target user ID.
unreadMessageCount: number

The number of unread messages in the current conversation.

latestMessage: null | IReceivedMessage

The last message in the conversation

hasMentioned?: boolean

Indicates whether the message contains mentions of the current user. This data is only valid when conversationType is ConversationType.GROUP.

mentionedInfo?: null | MentionedInfoBody

The @ data in the message is only valid when conversationType is ConversationType.GROUP.

notificationStatus: NotificationStatus

Conversation Do Not Disturb Status

description
  1. Do Not Disturb is enabled
  2. Do Not Disturb is not enabled
notificationLevel?: NotificationLevel

Conversation Do Not Disturb status

isTop: boolean

Indicates whether the conversation is pinned.

lastUnreadTime: number

The last unread timestamp in the conversation

matchCount?: number

Number of conversations found

versionTime?: number

Conversation item change timestamp

unreadMentionedCount?: number

@ Message unread count

unreadMentionedMeCount?: number

@ My unread mention count Only supported in ultra groups

since

5.7.9

operationTime?: number

Conversation operation time, currently not supported for ultra group conversations.

draft?: string

Conversation draft

isTopInTag: boolean