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