Mutation$sendMessageToTarget$sendMessageToTarget$messageGroup constructor

Implementation

Mutation$sendMessageToTarget$sendMessageToTarget$messageGroup({
  required this.id,
  this.name,
  this.mute,
  this.creator,
  this.target,
  this.profilePicture,
  this.wallpaper,
  this.sound,
  this.isDirectMessage,
  this.members,
  this.status,
  this.lastMessage,
  this.unreadCount,
  required this.createdAt,
  required this.updatedAt,
});