ChatForward constructor

ChatForward(
  1. ChatItemId id,
  2. ChatId chatId,
  3. User author,
  4. PreciseDateTime at, {
  5. required ChatItemQuote quote,
})

Implementation

ChatForward(
  super.id,
  super.chatId,
  super.author,
  super.at, {
  required this.quote,
});