LogEnableJoinLink constructor

const LogEnableJoinLink({
  1. @Default.new('chat.bsky.convo.defs#logEnableJoinLink') String $type,
  2. required String rev,
  3. required String convoId,
  4. @SystemMessageViewConverter() required SystemMessageView message,
  5. 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;