Post Interaction Settings Pref
constructor(threadgateAllowRules: List<PostInteractionSettingsPrefThreadgateAllowRuleUnion> = emptyList(), postgateEmbeddingRules: List<PostInteractionSettingsPrefPostgateEmbeddingRuleUnion> = emptyList())
Parameters
threadgate Allow Rules
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.
postgate Embedding Rules
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.