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