Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DigitalChannelMessage

Hierarchy

  • DigitalChannelMessage

Index

Properties

attachments: string[]
authorEndUserIdentity: null
authorNameRemoved: null
authorUser: { emailAddress: string; firstName: string; id: number; incontactId: string; isBotUser: false; isSurveyUser: false; loginUsername: string; surname: string }

Type declaration

  • emailAddress: string
  • firstName: string
  • id: number
  • incontactId: string
  • isBotUser: false
  • isSurveyUser: false
  • loginUsername: string
  • surname: string
contentRemoved: null
createdAt: Date
direction: string
id: string
idOnExternalPlatform: string
isDeletedOnExternalPlatform: boolean
isHiddenOnExternalPlatform: boolean
isOwn: boolean
isRead: boolean
messageContent: { payload: { text: string }; type: string }

Type declaration

  • payload: { text: string }
    • text: string
  • type: string
messageId: string
reactionStatistics: { isLikedByChannel: boolean; isSharedByChannel: boolean; likes: number; shares: number }

Type declaration

  • isLikedByChannel: boolean
  • isSharedByChannel: boolean
  • likes: number
  • shares: number
readAt: null
replyToMessage: null
sentiment: string
tags: [{ color: string; id: number; title: string }, { color: string; id: number; title: string }]
threadId: string
tweetId: string

Generated using TypeDoc