ChatItemQuoteInput constructor
- required ChatItemId id,
- required bool withText,
- List<
AttachmentId> ? attachments,
Implementation
ChatItemQuoteInput({
required this.id,
required this.withText,
this.attachments,
});
ChatItemQuoteInput({
required this.id,
required this.withText,
this.attachments,
});