PostInteractionSettingsPref constructor
Implementation
@JsonSerializable(includeIfNull: false)
const factory PostInteractionSettingsPref({
@Default('app.bsky.actor.defs#postInteractionSettingsPref') String $type,
@UPostInteractionSettingsPrefThreadgateAllowRulesConverter()
List<UPostInteractionSettingsPrefThreadgateAllowRules>?
threadgateAllowRules,
@UPostInteractionSettingsPrefPostgateEmbeddingRulesConverter()
List<UPostInteractionSettingsPrefPostgateEmbeddingRules>?
postgateEmbeddingRules,
Map<String, dynamic>? $unknown,
}) = _PostInteractionSettingsPref;