ChatItemQuoteInput constructor

ChatItemQuoteInput({
  1. required ChatItemId id,
  2. required bool withText,
  3. List<AttachmentId>? attachments,
})

Implementation

ChatItemQuoteInput({
  required this.id,
  required this.withText,
  this.attachments,
});