Preparing search index...
The search index is not available
telegramsjs
telegramsjs
IApiConfig
Interface IApiConfig
Interface representing the configuration for an API request.
interface
IApiConfig
{
agent
?:
boolean
|
Agent
|
(
(
parsedUrl
:
URL
)
=>
undefined
|
boolean
|
Agent
)
;
body
:
BodyInit
|
MultipartStream
;
compress
:
boolean
;
headers
:
HeadersInit
;
method
:
string
;
}
Index
Properties
agent?
body
compress
headers
method
Properties
Optional
agent
agent
?:
boolean
|
Agent
|
(
(
parsedUrl
:
URL
)
=>
undefined
|
boolean
|
Agent
)
body
body
:
BodyInit
|
MultipartStream
compress
compress
:
boolean
headers
headers
:
HeadersInit
method
method
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
body
compress
headers
method
telegramsjs
Loading...
Interface representing the configuration for an API request.