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