DtoChatForward constructor

DtoChatForward(
  1. ChatItem value,
  2. ChatItemsCursor? cursor,
  3. ChatItemVersion ver,
  4. ChatItemsCursor? quoteCursor,
)

Implementation

DtoChatForward(super.value, super.cursor, super.ver, this.quoteCursor);