Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Message

Implements

Index

Constructors

  • 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

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: {}

Type declaration

  • [key: string]: string
receiptResponse: any
disableNotification: boolean