ReplyRef constructor
const
ReplyRef({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory ReplyRef({
@Default('chat.bsky.convo.defs#replyRef') String $type,
required String messageId,
Map<String, dynamic>? $unknown,
}) = _ReplyRef;