ChatItemQuoteInput constructor
- required ChatItem item,
- bool withText = true,
- List<
AttachmentId> ? attachments,
Implementation
ChatItemQuoteInput({
required this.item,
this.withText = true,
this.attachments,
});
ChatItemQuoteInput({
required this.item,
this.withText = true,
this.attachments,
});