bsky.data
Common
data
License:
BSL-1.0
- struct
Label
; -
- long
ver
; - string
src
; - string
uri
; - string
cid
; - string
val
; - bool
neg
; - SysTime
cts
; - SysTime
exp
; - string
sig
;
- struct
AtProtoURI
; -
- string
authority
; - AUTHORITY (handle or did)
- string
collection
; - COLLECTION (nsid)
- string
rkey
; - RKEY (record key)
- @safe this(string uri);
- const pure nothrow @nogc @safe bool
hasDid
(); - const pure nothrow @nogc @safe bool
hasHandle
(); - const pure nothrow @nogc @safe bool
hasCollection
(); - const pure nothrow @nogc @safe bool
hasRecordKey
(); - const pure nothrow @safe string
toString
();