toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.feed
/
PostEntity
Post
Entity
@
Serializable
data
class
PostEntity
(
val
index
:
PostTextSlice
,
val
type
:
String
,
val
value
:
String
)
Deprecated
Deprecated: use facets instead.
Parameters
type
Expected values are 'mention' and 'link'.
Members
Constructors
Post
Entity
Link copied to clipboard
constructor
(
index
:
PostTextSlice
,
type
:
String
,
value
:
String
)
Properties
index
Link copied to clipboard
val
index
:
PostTextSlice
type
Link copied to clipboard
val
type
:
String
Expected values are 'mention' and 'link'.
value
Link copied to clipboard
val
value
:
String