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