docs
4.0.0
common
docs
/
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
)