Mutation$sendMessageToTarget$sendMessageToTarget constructor

Implementation

Mutation$sendMessageToTarget$sendMessageToTarget({
  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,
});