buildBot
fun buildBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, fileLinkUrlMapper: TelegramAPIUrlsKeeper.(String) -> String = { "${fileBaseUrl}/$it" }, block: BotBuilder.() -> Unit): TelegramBot
Return
Created by telegramBotWithCustomClientConfig function TelegramBot. This executor will be preconfigured using token and block