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

Generated schema for mutedWord

Description: A word that the account owner has muted.

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Actor.Defs.MutedWord{
  actor_target: :all | :"exclude-following",
  expires_at: String.t(),
  id: String.t(),
  targets: [ProtoRune.App.Bsky.Actor.Defs.MutedWordTarget.t()],
  value: String.t()
}