LogOutgoingJoinRequest constructor
const
LogOutgoingJoinRequest({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory LogOutgoingJoinRequest({
@Default('chat.bsky.convo.defs#logOutgoingJoinRequest') String $type,
required String rev,
required String convoId,
Map<String, dynamic>? $unknown,
}) = _LogOutgoingJoinRequest;