Query$getMessagesByMemberPaginated$getMessagesByMemberPaginated$objects constructor

Implementation

Query$getMessagesByMemberPaginated$getMessagesByMemberPaginated$objects({
  required this.id,
  this.gif,
  this.text,
  this.sticker,
  required this.createdAt,
  required this.updatedAt,
  required this.sender,
  this.custom,
  this.location,
  this.seenBy,
  this.media,
  required this.messageGroup,
});