@moontaiworks/fanbox-dl - v1.0.0
GitHub
Preparing search index...
PostSummary
Interface PostSummary
interface
PostSummary
{
commentCount
:
number
;
cover
:
PostCover
|
null
;
creatorId
:
string
;
excerpt
:
string
;
feeRequired
:
number
;
hasAdultContent
:
boolean
;
id
:
string
;
isCommentingRestricted
:
boolean
;
isLiked
:
boolean
;
isPinned
:
boolean
;
isRestricted
:
boolean
;
likeCount
:
number
;
publishedDatetime
:
string
;
tags
:
string
[]
;
title
:
string
;
updatedDatetime
:
string
;
user
:
FanboxUser
;
}
Index
Properties
comment
Count
cover
creator
Id
excerpt
fee
Required
has
Adult
Content
id
is
Commenting
Restricted
is
Liked
is
Pinned
is
Restricted
like
Count
published
Datetime
tags
title
updated
Datetime
user
Properties
comment
Count
commentCount
:
number
cover
cover
:
PostCover
|
null
creator
Id
creatorId
:
string
excerpt
excerpt
:
string
fee
Required
feeRequired
:
number
has
Adult
Content
hasAdultContent
:
boolean
id
id
:
string
is
Commenting
Restricted
isCommentingRestricted
:
boolean
is
Liked
isLiked
:
boolean
is
Pinned
isPinned
:
boolean
is
Restricted
isRestricted
:
boolean
like
Count
likeCount
:
number
published
Datetime
publishedDatetime
:
string
tags
tags
:
string
[]
title
title
:
string
updated
Datetime
updatedDatetime
:
string
user
user
:
FanboxUser
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
Count
cover
creator
Id
excerpt
fee
Required
has
Adult
Content
id
is
Commenting
Restricted
is
Liked
is
Pinned
is
Restricted
like
Count
published
Datetime
tags
title
updated
Datetime
user
GitHub
@moontaiworks/fanbox-dl - v1.0.0
Loading...