toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.embed
/
ImagesImage
Images
Image
@
Serializable
data
class
ImagesImage
(
val
image
:
Blob
,
val
alt
:
String
,
val
aspectRatio
:
AspectRatio
?
=
null
)
Parameters
alt
Alt text description of the image, for accessibility.
Members
Constructors
Images
Image
Link copied to clipboard
constructor
(
image
:
Blob
,
alt
:
String
,
aspectRatio
:
AspectRatio
?
=
null
)
Properties
alt
Link copied to clipboard
val
alt
:
String
Alt text description of the image, for accessibility.
aspect
Ratio
Link copied to clipboard
val
aspectRatio
:
AspectRatio
?
=
null
image
Link copied to clipboard
val
image
:
Blob