ChatForward constructor
- ChatItemId id,
- ChatId chatId,
- User author,
- PreciseDateTime at, {
- required ChatItemQuote quote,
Implementation
ChatForward(
super.id,
super.chatId,
super.author,
super.at, {
required this.quote,
});
ChatForward(
super.id,
super.chatId,
super.author,
super.at, {
required this.quote,
});