IGPAPI
Preparing search index...
@igpapi/ios
StoryUploaderTrayPhoto
Function StoryUploaderTrayPhoto
StoryUploaderTrayPhoto
(
input
:
StoryUploaderTrayPhotoInput
,
)
:
{
execute
:
()
=>
Effect
<
{
upload_id
:
string
}
,
IgApiError
|
RequestError
|
ParseError
|
TransportError
,
PlainJsonApiHttp
,
>
;
mediaType
:
()
=>
string
;
queryString
:
()
=>
Record
<
string
,
string
|
number
|
boolean
>
|
undefined
;
sourceType
:
()
=>
string
;
uploadId
:
()
=>
string
;
}
Parameters
input
:
StoryUploaderTrayPhotoInput
Returns
{
execute
:
()
=>
Effect
<
{
upload_id
:
string
}
,
IgApiError
|
RequestError
|
ParseError
|
TransportError
,
PlainJsonApiHttp
,
>
;
mediaType
:
()
=>
string
;
queryString
:
()
=>
Record
<
string
,
string
|
number
|
boolean
>
|
undefined
;
sourceType
:
()
=>
string
;
uploadId
:
()
=>
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
IGPAPI
Loading...