LogEnableJoinLink constructor
const
LogEnableJoinLink({
- @Default.new('chat.bsky.convo.defs#logEnableJoinLink') String $type,
- required String rev,
- required String convoId,
- @SystemMessageViewConverter() required SystemMessageView message,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory LogEnableJoinLink({
@Default('chat.bsky.convo.defs#logEnableJoinLink') String $type,
required String rev,
required String convoId,
/// A system message with data of type #systemMessageDataEnableJoinLink
@SystemMessageViewConverter() required SystemMessageView message,
Map<String, dynamic>? $unknown,
}) = _LogEnableJoinLink;