Companion

object Companion

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
invoke
Link copied to clipboard
common
operator fun invoke(apiToken: String, protocol: URLProtocol = URLProtocol.HTTPS, engine: HttpClientEngine? = null, host: String = "api.telegram.org", port: Int = DEFAULT_PORT): TelegramBotApiClient
operator fun <T : HttpClientEngineConfig> invoke(apiToken: String, engine: HttpClientEngineFactory<T>, protocol: URLProtocol = URLProtocol.HTTPS, host: String = "api.telegram.org", port: Int = DEFAULT_PORT, configuration: HttpClientConfig<T>.() -> Unit? = null): TelegramBotApiClient
toString
Link copied to clipboard
common
open fun toString(): String