IGPAPI
Preparing search index...
@igpapi/android
UsersFacade
Variable UsersFacade
Const
UsersFacade
:
Effect
<
{
accountDetails
:
(
...
args
:
[
input
:
{
id
?:
string
}
]
)
=>
Promise
<
unknown
>
;
feed
:
{
blocked
:
(
input
:
WithOptionalDefaults
,
)
=>
PaginatedFeed
<
WithOptionalDefaults
<
BlockedUsersFeedInput
,
{}
>
,
BlockedUsersFeedResponse
,
BlockedUsersFeedResponseBlockedListItem
,
>
;
media
:
(
input
:
WithOptionalDefaults
,
)
=>
PaginatedFeed
<
WithOptionalDefaults
<
UserFeedInput
,
{}
>
,
UserFeedResponse
,
UserFeedResponseItem
,
>
;
tagged
:
(
input
:
WithOptionalDefaults
,
)
=>
PaginatedFeed
<
WithOptionalDefaults
<
UsertagsFeedInput
,
{}
>
,
UsertagsFeedResponse
,
UsertagsFeedResponseItemsItem
,
>
;
}
;
flagUser
:
(
...
args
:
[
input
:
{
id
:
string
}
]
)
=>
Promise
<
unknown
>
;
formerUsernames
:
(
...
args
:
[
input
:
{
id
?:
string
}
]
)
=>
Promise
<
unknown
>
;
getIdByUsername
:
(
...
args
:
[
input
:
{
username
:
string
}
]
,
)
=>
Promise
<
number
>
;
info
:
(
...
args
:
[
input
:
{
id
:
string
}
]
)
=>
Promise
<
UsersInfoResponseUser
>
;
infoStream
:
(
...
args
:
[
input
:
UsersInfoStreamInput
]
)
=>
Promise
<
any
>
;
lookup
:
(
...
args
:
[
input
:
UsersLookupInput
]
)
=>
Promise
<
unknown
>
;
search
:
(
...
args
:
[
input
:
{
username
:
string
}
]
,
)
=>
Promise
<
UsersSearchResponse
>
;
searchExact
:
(
...
args
:
[
input
:
{
username
:
string
}
]
,
)
=>
Promise
<
UsersSearchResponseUsersItem
>
;
sharedFollowerAccounts
:
(
...
args
:
[
input
:
{
id
:
string
}
]
,
)
=>
Promise
<
unknown
>
;
story
:
(
...
args
:
[
input
:
UsersStoryInput
]
)
=>
Promise
<
UsersStoryResponse
>
;
usernameInfo
:
(
...
args
:
[
input
:
{
username
:
string
}
]
,
)
=>
Promise
<
UsersInfoResponseUser
>
;
usernameInfoStream
:
(
...
args
:
[
input
:
UsersUsernameInfoStreamInput
]
,
)
=>
Promise
<
any
>
;
webProfileInfo
:
(
...
args
:
[
input
:
WebProfileInfoInput
]
,
)
=>
Promise
<
WebProfileInfoResponse
>
;
}
,
never
,
|
PlainJsonApiHttp
|
Signature
|
MobileSession
|
MobileDevice
|
MobileApplication
|
PlainNdjsonApiHttp
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
IGPAPI
Loading...