ChatForwardElement constructor
Implementation
ChatForwardElement(
PreciseDateTime at, {
List<Rx<ChatItem>> forwards = const [],
Rx<ChatItem>? note,
}) : forwards = RxList(forwards),
note = Rx(note),
authorId = forwards.first.value.author.id,
super(ListElementId(at, forwards.first.value.id));