1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-10-05 00:45:03 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.bot.settings/-proxy-settings/index.md
2021-03-17 15:18:37 +00:00

1.9 KiB

//docs/dev.inmo.tgbotapi.bot.settings/ProxySettings

ProxySettings

[common] data class ProxySettings(host: String, port: Int, username: String?, password: String?)

Properties

Name Summary
host [common] val host: String
password [common] val password: String? = null
port [common] val port: Int = 1080
username [common] val username: String? = null