SystemMessageDataCreateJoinLink constructor
- @JsonSerializable.new(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory SystemMessageDataCreateJoinLink({
@Default('chat.bsky.convo.defs#systemMessageDataCreateJoinLink')
String $type,
Map<String, dynamic>? $unknown,
}) = _SystemMessageDataCreateJoinLink;