Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUpdatedConversation

Conversation update information

Hierarchy

  • IUpdatedConversation

Index

Properties

updatedItems: {}

Updates

Type declaration

  • [key: string]: { time: number; val: any }
    • time: number
    • val: any
conversationType: number

Conversation type

targetId: string

Target ID

latestMessage?: IReceivedMessage

The last message in the conversation

unreadMessageCount?: number

Unread message count in conversation

hasMentioned?: boolean

Indicates whether there is a mention message

mentionedInfo?: { type: 1 | 2; userIdList: string[] }
message

Details

Type declaration

  • type: 1 | 2

    @ type, where 1 indicates @ all members, and 2 indicates @ specific members

  • userIdList: string[]

    List of user IDs mentioned with @, valid only when type is 2.

lastUnreadTime?: number

Unread message timestamp

notificationStatus?: number

Do Not Disturb status

notificationLevel?: number

Do Not Disturb status

isTop?: boolean

Whether to pin to top

channelId?: string

Channel ID

Conversation tag

versionTime?: number
unreadMentionedCount?: number

@ unread mention count

unreadMentionedMeCount?: number

Unread mentions count Supported only in ultra groups

since

5.7.9