ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.bot.settings
Package-level
declarations
Types
Types
Proxy
Settings
Link copied to clipboard
@
Serializable
data
class
ProxySettings
(
val
host
:
String
=
"localhost"
,
val
port
:
Int
=
1080
,
val
username
:
String
?
=
null
,
val
password
:
String
?
=
null
)