@moontaiworks/fanbox-dl - v1.0.0
GitHub
Preparing search index...
UnknownPost
Interface UnknownPost
interface
UnknownPost
{
commentCount
:
number
;
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
;
type
:
string
;
body
:
unknown
;
coverImageUrl
:
string
|
null
;
imageForShare
:
string
|
null
;
nextPost
:
NeighboringPost
|
null
;
prevPost
:
NeighboringPost
|
null
;
}
Hierarchy
PostBase
UnknownPost
Index
Properties
comment
Count
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
type
body
cover
Image
Url
image
For
Share
next
Post
prev
Post
Properties
comment
Count
commentCount
:
number
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
type
type
:
string
body
body
:
unknown
cover
Image
Url
coverImageUrl
:
string
|
null
image
For
Share
imageForShare
:
string
|
null
next
Post
nextPost
:
NeighboringPost
|
null
prev
Post
prevPost
:
NeighboringPost
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
Count
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
type
body
cover
Image
Url
image
For
Share
next
Post
prev
Post
GitHub
@moontaiworks/fanbox-dl - v1.0.0
Loading...