ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
jetstream
/
app.bsky.jetstream
/
SubscribeSourcedMessage
Subscribe
Sourced
Message
@
Serializable
data
class
SubscribeSourcedMessage
(
val
type
:
String
,
val
payload
:
JsonContent
)
Send messages back to Jetstream over the websocket.
Members
Constructors
Subscribe
Sourced
Message
Link copied to clipboard
constructor
(
type
:
String
,
payload
:
JsonContent
)
Properties
payload
Link copied to clipboard
val
payload
:
JsonContent
type
Link copied to clipboard
val
type
:
String