ChatwootEventMessageData constructor
ChatwootEventMessageData({
- int? id,
- ChatwootEventMessageUser? user,
- dynamic conversation,
- String? echoId,
- ChatwootEventMessageUser? sender,
- int? conversationId,
- dynamic createdAt,
- dynamic contentAttributes,
- String? contentType,
- int? messageType,
- String? content,
- int? inboxId,
- String? sourceId,
- dynamic updatedAt,
- String? status,
- int? accountId,
- dynamic externalSourceIds,
- bool? private,
- int? senderId,
- 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});