Record schema app.bsky.graph.list.
Fields
avatar: blobcreated_at: string, formatdatetimedescription: stringdescription_facets: arraylabels: unionname: Display name for list; can not be empty.purpose: refapp.bsky.graph.defs#listPurpose
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.Graph.List{ avatar: term() | nil, created_at: String.t(), description: String.t() | nil, description_facets: [Exosphere.Bsky.Richtext.Facet.t()] | nil, extra: term(), labels: Exosphere.ATProto.Label.Defs.SelfLabels.t() | map() | nil, name: String.t(), purpose: term() }
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.