@__dirname/pixiv-web-api
Preparing search index...
notification
Function notification
notification
(
query
?:
Query
<
{
darkTheme
:
0
|
1
}
>
,
)
:
Promise
<
{
filter
:
any
;
imageResponseCount
:
number
;
isNotAuthorized
:
boolean
;
items
:
{
content
:
string
;
iconUrl
:
string
;
id
:
string
;
isProfileIcon
:
boolean
;
linkUrl
:
string
;
notifiedAt
:
string
;
targetBlank
:
boolean
;
type
:
string
;
unread
:
number
;
}
[]
;
quotationCount
:
number
;
remaining_unread_count
:
number
;
}
,
>
Parameters
Optional
query
:
Query
<
{
darkTheme
:
0
|
1
}
>
Returns
Promise
<
{
filter
:
any
;
imageResponseCount
:
number
;
isNotAuthorized
:
boolean
;
items
:
{
content
:
string
;
iconUrl
:
string
;
id
:
string
;
isProfileIcon
:
boolean
;
linkUrl
:
string
;
notifiedAt
:
string
;
targetBlank
:
boolean
;
type
:
string
;
unread
:
number
;
}
[]
;
quotationCount
:
number
;
remaining_unread_count
:
number
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@__dirname/pixiv-web-api
Loading...