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