ApiListMessageResponse constructor
ApiListMessageResponse({
- String? id,
- String? messageContentRaw,
- String? message,
- String? timeSend,
- String? senderId,
- String? roomId,
- String? receiperId,
- String? lastPinedTime,
- String? lastEditTime,
- int? type,
- int? revokeEnum,
- int? countValue,
- bool? isDeleted,
- bool? isEdited,
- bool? isSave,
- bool? isPined,
- List<
ReactionsModel> ? reactions, - List<
String> ? mentionsIds, - List<
AttachmentsModel> ? attachments,
Implementation
ApiListMessageResponse(
{this.id,
this.messageContentRaw,
this.message,
this.timeSend,
this.senderId,
this.roomId,
this.receiperId,
this.lastPinedTime,
this.lastEditTime,
this.type,
this.revokeEnum,
this.countValue,
this.isDeleted,
this.isEdited,
this.isSave,
this.isPined,
this.reactions,
this.mentionsIds,
this.attachments});