fanbox
Toggle table of contents
0.0.12
common
Platform filter
common
Switch theme
Search in API
fanbox
fanbox
/
me.matsumo.fankt.fanbox.domain.model
/
FanboxPostDetail
/
Body
/
Article
/
Block
Block
@
Serializable
sealed
interface
Block
Inheritors
Text
Image
File
Link
Members
Types
File
Link copied to clipboard
@
Serializable
data
class
File
(
val
item
:
FanboxPostDetail.FileItem
)
:
FanboxPostDetail.Body.Article.Block
Image
Link copied to clipboard
@
Serializable
data
class
Image
(
val
item
:
FanboxPostDetail.ImageItem
)
:
FanboxPostDetail.Body.Article.Block
Link
Link copied to clipboard
@
Serializable
data
class
Link
(
val
html
:
String
?
,
val
post
:
FanboxPost
?
)
:
FanboxPostDetail.Body.Article.Block
Text
Link copied to clipboard
@
Serializable
data
class
Text
(
val
text
:
String
)
:
FanboxPostDetail.Body.Article.Block