docs
common
docs
/
dev.inmo.tgbotapi.bot.settings
/
ProxySettings
Proxy
Settings
common
data
class
ProxySettings
(
host
:
String
,
port
:
Int
,
username
:
String
?
,
password
:
String
?
)
Content copied to clipboard
Properties
Properties
host
Link copied to clipboard
common
val
host
:
String
Content copied to clipboard
password
Link copied to clipboard
common
val
password
:
String
?
=
null
Content copied to clipboard
port
Link copied to clipboard
common
val
port
:
Int
=
1080
Content copied to clipboard
username
Link copied to clipboard
common
val
username
:
String
?
=
null
Content copied to clipboard