PostInteractionSettingsPref

constructor(threadgateAllowRules: List<PostInteractionSettingsPrefThreadgateAllowRuleUnion> = emptyList(), postgateEmbeddingRules: List<PostInteractionSettingsPrefPostgateEmbeddingRuleUnion> = emptyList())

Parameters

threadgateAllowRules

Matches threadgate record. List of rules defining who can reply to this users posts. If value is an empty array, no one can reply. If value is undefined, anyone can reply.

postgateEmbeddingRules

Matches postgate record. List of rules defining who can embed this users posts. If value is an empty array or is undefined, no particular rules apply and anyone can embed.