ChatItemQuoteInput constructor

ChatItemQuoteInput({
  1. required ChatItem item,
  2. bool withText = true,
  3. List<AttachmentId>? attachments,
})

Implementation

ChatItemQuoteInput({
  required this.item,
  this.withText = true,
  this.attachments,
});