fantia
Toggle table of contents
0.0.10
common
Platform filter
common
Switch theme
Search in API
fantia
fanbox
/
me.matsumo.fankt.fanbox.domain.model
/
FanboxPostDetail
/
Body
Body
@
Serializable
sealed
interface
Body
Inheritors
Article
Image
File
Unknown
Members
Types
Article
Link copied to clipboard
@
Serializable
data
class
Article
(
val
blocks
:
List
<
FanboxPostDetail.Body.Article.Block
>
)
:
FanboxPostDetail.Body
File
Link copied to clipboard
@
Serializable
data
class
File
(
val
text
:
String
,
val
files
:
List
<
FanboxPostDetail.FileItem
>
)
:
FanboxPostDetail.Body
Image
Link copied to clipboard
@
Serializable
data
class
Image
(
val
text
:
String
,
val
images
:
List
<
FanboxPostDetail.ImageItem
>
)
:
FanboxPostDetail.Body
Unknown
Link copied to clipboard
@
Serializable
data
object
Unknown
:
FanboxPostDetail.Body
Properties
file
Items
Link copied to clipboard
open
val
fileItems
:
List
<
FanboxPostDetail.FileItem
>
image
Items
Link copied to clipboard
open
val
imageItems
:
List
<
FanboxPostDetail.ImageItem
>