ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
chat.bsky.group
/
RequestJoinResponse
Request
Join
Response
@
Serializable
data
class
RequestJoinResponse
(
val
status
:
RequestJoinStatus
,
val
convo
:
ConvoView
?
=
null
)
Parameters
convo
The group convo joined. This is only present in the case of status=joined
Members
Constructors
Request
Join
Response
Link copied to clipboard
constructor
(
status
:
RequestJoinStatus
,
convo
:
ConvoView
?
=
null
)
Properties
convo
Link copied to clipboard
val
convo
:
ConvoView
?
The group convo joined. This is only present in the case of status=joined
status
Link copied to clipboard
val
status
:
RequestJoinStatus