mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-12-26 10:37:13 +00:00
2.0 KiB
2.0 KiB
//docs/dev.inmo.tgbotapi.extensions.api/BotBuilder
BotBuilder
[common] data class BotBuilder
Parameters
common
proxy | Standard ktor |
ktorClientEngine | Engine like io.ktor.client.engine.cio.CIO |
ktorClientConfig | Config block for preconfiguring of bot |
Properties
Name | Summary |
---|---|
ktorClientConfig | [common] var ktorClientConfig: <*>.() -> Unit? = nullConfig block for preconfiguring of bot |
ktorClientEngineFactory | [common] var ktorClientEngineFactory: <>? = null |
proxy | [common] var proxy: ? = nullStandard ktor |