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