Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUpdateItem

Conversation change updates

Hierarchy

  • IUpdateItem

Index

Properties

isTop?: { time: number; val: boolean }

Pin update

Type declaration

  • time: number
  • val: boolean
notificationStatus?: { time: number; val: NotificationStatus }

Do Not Disturb status change (Legacy version)

Type declaration

notificationLevel?: { time: number; val: NotificationLevel }

Do Not Disturb status change

Type declaration

hasMentioned?: { time: number; val: boolean }

Contains @ mention

Type declaration

  • time: number
  • val: boolean
mentionedInfo?: { time: number; val: MentionedInfoBody }

@ Information

Type declaration

unreadMessageCount?: { time: number; val: number }

Unread count change

Type declaration

  • time: number
  • val: number
tags?: { time: number; val: IConversationTag }

Tag update

Type declaration

latestMessage?: { time: number; val: IReceivedMessage }

The last message in the conversation has changed.

Type declaration