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

Generated schema for main

Description: No description provided.

Summary

Types

@type t() :: %{
  actor: String.t(),
  cursor: String.t(),
  filter:
    :posts_with_replies
    | :posts_no_replies
    | :posts_with_media
    | :posts_and_author_threads,
  limit: integer()
}