ChatwootEventMessageData constructor

ChatwootEventMessageData({
  1. int? id,
  2. ChatwootEventMessageUser? user,
  3. dynamic conversation,
  4. String? echoId,
  5. ChatwootEventMessageUser? sender,
  6. int? conversationId,
  7. dynamic createdAt,
  8. dynamic contentAttributes,
  9. String? contentType,
  10. int? messageType,
  11. String? content,
  12. int? inboxId,
  13. String? sourceId,
  14. dynamic updatedAt,
  15. String? status,
  16. int? accountId,
  17. dynamic externalSourceIds,
  18. bool? private,
  19. int? senderId,
  20. dynamic users,
})

Implementation

ChatwootEventMessageData(
    {this.id,
    this.user,
    this.conversation,
    this.echoId,
    this.sender,
    this.conversationId,
    this.createdAt,
    this.contentAttributes,
    this.contentType,
    this.messageType,
    this.content,
    this.inboxId,
    this.sourceId,
    this.updatedAt,
    this.status,
    this.accountId,
    this.externalSourceIds,
    this.private,
    this.senderId,
    this.users});