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