ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
chat.bsky.convo
/
MessageInputEmbedUnion
Message
Input
Embed
Union
@
Serializable
sealed
interface
MessageInputEmbedUnion
Inheritors
AppBskyEmbedRecord
ChatBskyEmbedJoinLink
Unknown
Members
Types
App
Bsky
Embed
Record
Link copied to clipboard
@
JvmInline
@
Serializable
@
SerialName
(
value
=
"app.bsky.embed.record"
)
value
class
AppBskyEmbedRecord
(
val
value
:
Record
)
:
MessageInputEmbedUnion
Chat
Bsky
Embed
Join
Link
Link copied to clipboard
@
JvmInline
@
Serializable
@
SerialName
(
value
=
"chat.bsky.embed.joinLink"
)
value
class
ChatBskyEmbedJoinLink
(
val
value
:
JoinLink
)
:
MessageInputEmbedUnion
Unknown
Link copied to clipboard
@
JvmInline
@
Serializable
value
class
Unknown
(
val
value
:
JsonContent
)
:
MessageInputEmbedUnion