ProtoRune.App.Bsky.Actor.Defs.FeedViewPref (proto_rune v0.1.1)

Generated schema for feedViewPref

Description: No description provided.

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Actor.Defs.FeedViewPref{
  feed: String.t(),
  hide_quote_posts: boolean(),
  hide_replies: boolean(),
  hide_replies_by_like_count: integer(),
  hide_replies_by_unfollowed: boolean(),
  hide_reposts: boolean()
}