ApiListMessageResponse constructor

ApiListMessageResponse({
  1. String? id,
  2. String? messageContentRaw,
  3. String? message,
  4. String? timeSend,
  5. String? senderId,
  6. String? roomId,
  7. String? receiperId,
  8. String? lastPinedTime,
  9. String? lastEditTime,
  10. int? type,
  11. int? revokeEnum,
  12. int? countValue,
  13. bool? isDeleted,
  14. bool? isEdited,
  15. bool? isSave,
  16. bool? isPined,
  17. List<ReactionsModel>? reactions,
  18. List<String>? mentionsIds,
  19. 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});