Documentation - v0.27.2
Preparing search index...
@mtcute/node
methods
_normalizeFileDownloadLocation
Function _normalizeFileDownloadLocation
_normalizeFileDownloadLocation
(
client
:
ITelegramClient
,
input
:
FileDownloadLocation
,
)
:
Promise
<
{
dcId
?:
number
;
fileSize
?:
number
;
location
:
|
Uint8Array
<
ArrayBufferLike
>
|
TypeInputFileLocation
|
TypeInputWebFileLocation
;
}
,
>
Parameters
client
:
ITelegramClient
input
:
FileDownloadLocation
Returns
Promise
<
{
dcId
?:
number
;
fileSize
?:
number
;
location
:
|
Uint8Array
<
ArrayBufferLike
>
|
TypeInputFileLocation
|
TypeInputWebFileLocation
;
}
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.27.2
Loading...