JoinLinkPreviewView constructor
Implementation
@JsonSerializable(includeIfNull: false)
const factory JoinLinkPreviewView({
@Default('chat.bsky.group.defs#joinLinkPreviewView') String $type,
required String name,
@ProfileViewBasicConverter() required ProfileViewBasic owner,
required int memberCount,
required bool requireApproval,
/// Present only if the request is authenticated and the user is a member of the group.
@ConvoViewConverter() ConvoView? convo,
Map<String, dynamic>? $unknown,
}) = _JoinLinkPreviewView;