Record schema app.bsky.feed.repost.
Fields
created_at: string, formatdatetimesubject: refcom.atproto.repo.strongRefvia: refcom.atproto.repo.strongRef
Summary
Functions
Decode a wire-format map. Delegates to new/1.
Build and validate from a map of attrs (atom or wire string keys).
Build and validate, raising ArgumentError on error.
Encode to the wire-format map. Record schemas include "$type".
The lexicon type ID (nsid or nsid#def) this module was generated from.
Types
@type t() :: %Exosphere.Bsky.Feed.Repost{ created_at: String.t(), extra: term(), subject: Exosphere.ATProto.Repo.StrongRef.t(), via: Exosphere.ATProto.Repo.StrongRef.t() | nil }
Functions
Decode a wire-format map. Delegates to new/1.
Build and validate from a map of attrs (atom or wire string keys).
Unknown keys are kept in extra and re-emitted by to_map/1.
Build and validate, raising ArgumentError on error.
Encode to the wire-format map. Record schemas include "$type".
@spec type_id() :: String.t()
The lexicon type ID (nsid or nsid#def) this module was generated from.