@__dirname/pixiv-web-api
Preparing search index...
muteItems
Function muteItems
muteItems
(
query
:
Query
<
{
context
:
"user"
;
id
:
number
}
>
,
)
:
Promise
<
{
mute_items
:
{
enabled
:
boolean
;
iconUrl
:
string
;
isMuted
:
boolean
;
label
:
string
;
listType
:
string
;
type
:
string
;
value
:
string
;
}
[]
;
}
,
>
Parameters
query
:
Query
<
{
context
:
"user"
;
id
:
number
}
>
Returns
Promise
<
{
mute_items
:
{
enabled
:
boolean
;
iconUrl
:
string
;
isMuted
:
boolean
;
label
:
string
;
listType
:
string
;
type
:
string
;
value
:
string
;
}
[]
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@__dirname/pixiv-web-api
Loading...