LiveTalkMessageEntity constructor
LiveTalkMessageEntity({
- int? createdDate,
- int? lastUpdatedDate,
- String? id,
- String? tenantId,
- bool? isDeleted,
- String? roomId,
- String? memberType,
- String? type,
- String? action,
- String? content,
- String? kind,
- String? receivingGroupId,
- String? uuid,
- GuestInfo? guestInfo,
- List<
Multimedias> ? multimedias, - List<
Reactions> ? reactions, - LiveTalkMessageEntity? quoteMessage,
Implementation
LiveTalkMessageEntity({
this.createdDate,
this.lastUpdatedDate,
this.id,
this.tenantId,
this.isDeleted,
this.roomId,
this.memberType,
this.type,
this.action,
this.content,
this.kind,
this.receivingGroupId,
this.uuid,
this.guestInfo,
this.multimedias,
this.reactions,
this.quoteMessage,
});