ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
app.bsky.embed
/
ExternalExternal
External
External
@
Serializable
data
class
ExternalExternal
(
val
uri
:
Uri
,
val
title
:
String
,
val
description
:
String
,
val
thumb
:
Blob
?
=
null
,
val
associatedRefs
:
List
<
StrongRef
>
?
=
null
)
Parameters
associated
Refs
StrongRefs (uri+cid) of the Atmosphere records that backed this view.
Members
Constructors
External
External
Link copied to clipboard
constructor
(
uri
:
Uri
,
title
:
String
,
description
:
String
,
thumb
:
Blob
?
=
null
,
associatedRefs
:
List
<
StrongRef
>
?
=
null
)
Properties
associated
Refs
Link copied to clipboard
val
associatedRefs
:
List
<
StrongRef
>
?
StrongRefs (uri+cid) of the Atmosphere records that backed this view.
description
Link copied to clipboard
val
description
:
String
thumb
Link copied to clipboard
val
thumb
:
Blob
?
title
Link copied to clipboard
val
title
:
String
uri
Link copied to clipboard
val
uri
:
Uri