toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal.configuration
/
HttpConfiguration
/
HttpConfiguration
Http
Configuration
constructor
(
requestTimeoutMillis
:
Long
?
=
null
,
connectTimeoutMillis
:
Long
?
=
null
,
socketTimeoutMillis
:
Long
?
=
null
,
maxRequestRetry
:
Int
=
3
,
retryStrategy
:
RetryStrategy
?
=
null
,
retryDelay
:
Long
=
3000
,
proxy
:
ProxyConfig
?
=
null
,
additionalHeaders
:
Map
<
String
,
Any
?
>
?
=
null
)