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
/
Image
Image
@
Serializable
data
class
Image
(
val
text
:
String
,
val
images
:
List
<
FanboxPostDetail.ImageItem
>
)
:
FanboxPostDetail.Body
Members
Constructors
Image
Link copied to clipboard
constructor
(
text
:
String
,
images
:
List
<
FanboxPostDetail.ImageItem
>
)
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
>
images
Link copied to clipboard
val
images
:
List
<
FanboxPostDetail.ImageItem
>
text
Link copied to clipboard
val
text
:
String