ThreadgateAllowUnion

Types

Link copied to clipboard
@SerialName(value = "app.bsky.feed.threadgate#followingRule")
value class FollowingRule(val value: ThreadgateFollowingRule) : ThreadgateAllowUnion
Link copied to clipboard
@SerialName(value = "app.bsky.feed.threadgate#listRule")
value class ListRule(val value: ThreadgateListRule) : ThreadgateAllowUnion
Link copied to clipboard
@SerialName(value = "app.bsky.feed.threadgate#mentionRule")
value class MentionRule(val value: ThreadgateMentionRule) : ThreadgateAllowUnion
Link copied to clipboard