LogWithdrawIncomingJoinRequest constructor
const
LogWithdrawIncomingJoinRequest({
- @Default.new('chat.bsky.convo.defs#logWithdrawIncomingJoinRequest') String $type,
- required String rev,
- required String convoId,
- @ProfileViewBasicConverter() required ProfileViewBasic member,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory LogWithdrawIncomingJoinRequest({
@Default('chat.bsky.convo.defs#logWithdrawIncomingJoinRequest')
String $type,
required String rev,
required String convoId,
/// Prospective member who withdrew their join request.
@ProfileViewBasicConverter() required ProfileViewBasic member,
Map<String, dynamic>? $unknown,
}) = _LogWithdrawIncomingJoinRequest;