AtUri

@Serializable
value class AtUri(val raw: String)

An AT Protocol URI (e.g. at://did:plc:abc/app.bsky.feed.post/tid). Format: at-uri.

Constructors

Link copied to clipboard
constructor(raw: String)

Properties

Link copied to clipboard
val raw: String

Functions

Link copied to clipboard

Parses this AtUri into its AtUriParts.

Link copied to clipboard

Like parse, but returns null instead of throwing on structural failure.