Preparing search index...
The search index is not available
masto
masto
mastodon
rest
v1
ProfileRepository
InterfaceProfileRepository
interface
ProfileRepository
{
avatar
:
{
remove
(
meta
?:
HttpMetaParams
<
"none"
>
)
:
Promise
<
void
>
;
}
;
header
:
{
remove
(
meta
?:
HttpMetaParams
<
"none"
>
)
:
Promise
<
void
>
;
}
;
}
Index
Properties
avatar
header
Properties
avatar
avatar
:
{
remove
(
meta
?:
HttpMetaParams
<
"none"
>
)
:
Promise
<
void
>
;
}
Type declaration
remove
:
function
remove
(
meta
?
)
:
Promise
<
void
>
https://github.com/mastodon/mastodon/pull/25124
Parameters
Optional
meta
:
HttpMetaParams
<
"none"
>
Returns
Promise
<
void
>
header
header
:
{
remove
(
meta
?:
HttpMetaParams
<
"none"
>
)
:
Promise
<
void
>
;
}
Type declaration
remove
:
function
remove
(
meta
?
)
:
Promise
<
void
>
https://github.com/mastodon/mastodon/pull/25124
Parameters
Optional
meta
:
HttpMetaParams
<
"none"
>
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avatar
header
masto
Loading...
https://github.com/mastodon/mastodon/pull/25124