Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Message

Implements

  • IReceivedMessageV2

Index

Constructors

constructor

  • new Message(conversationType: ConversationType, targetId: string, senderUserId: string, content: Object, objectName: string, messageType: string, messageId: number, messageUId: string, messageDirection: MessageDirection, offLineMessage: boolean, sentStatus: SentStatus, sentTime: number, receivedStatus: ReceivedStatus, receivedTime: number, canIncludeExpansion: boolean, expansion: {}, receiptResponse: any, disableNotification: boolean): Message
  • Parameters

    • conversationType: ConversationType
    • targetId: string
    • senderUserId: string
    • content: Object
    • objectName: string
    • messageType: string
    • messageId: number
    • messageUId: string
    • messageDirection: MessageDirection
    • offLineMessage: boolean
    • sentStatus: SentStatus
    • sentTime: number
    • receivedStatus: ReceivedStatus
    • receivedTime: number
    • canIncludeExpansion: boolean
    • expansion: {}
      • [key: string]: string
    • receiptResponse: any
    • disableNotification: boolean

    Returns Message

Properties

canIncludeExpansion

canIncludeExpansion: boolean

content

content: Object

conversationType

conversationType: ConversationType

disableNotification

disableNotification: boolean

expansion

expansion: {}

Type declaration

  • [key: string]: string

messageDirection

messageDirection: MessageDirection

messageId

messageId: number

messageType

messageType: string

messageUId

messageUId: string

objectName

objectName: string

offLineMessage

offLineMessage: boolean

receiptResponse

receiptResponse: any

receivedStatus

receivedStatus: ReceivedStatus

receivedTime

receivedTime: number

senderUserId

senderUserId: string

sentStatus

sentStatus: SentStatus

sentTime

sentTime: number

targetId

targetId: string

Generated using TypeDoc