ProtoRune.App.Bsky.Feed.Threadgate (proto_rune v0.1.1)

Generated schema for main

Description: No description provided.

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Feed.Threadgate{
  allow: [
    ProtoRune.App.Bsky.Feed.Threadgate.MentionRule.t()
    | ProtoRune.App.Bsky.Feed.Threadgate.FollowingRule.t()
    | ProtoRune.App.Bsky.Feed.Threadgate.ListRule.t()
  ],
  created_at: String.t(),
  hidden_replies: [String.t()],
  post: String.t()
}