fanbox
Toggle table of contents
0.0.6
common
Platform filter
common
Switch theme
Search in API
fanbox
fanbox
/
me.matsumo.fankt.fanbox.domain.model
/
FanboxPostDetail
/
Body
/
File
File
data
class
File
(
val
text
:
String
,
val
files
:
List
<
FanboxPostDetail.FileItem
>
)
:
FanboxPostDetail.Body
Members
Constructors
File
Link copied to clipboard
constructor
(
text
:
String
,
files
:
List
<
FanboxPostDetail.FileItem
>
)
Properties
file
Items
Link copied to clipboard
open
val
fileItems
:
List
<
FanboxPostDetail.FileItem
>
files
Link copied to clipboard
val
files
:
List
<
FanboxPostDetail.FileItem
>
image
Items
Link copied to clipboard
open
val
imageItems
:
List
<
FanboxPostDetail.ImageItem
>
text
Link copied to clipboard
val
text
:
String