Package-level declarations

Types

Link copied to clipboard

A configuration type for a serializable bot config file.

Link copied to clipboard
typealias StdlibBot = Bot
Link copied to clipboard
interface TelegramBot : Bot

A Telegram Bot of this component.

Link copied to clipboard
class TelegramBotConfiguration @JvmOverloads constructor(var botConfiguration: BotConfiguration = BotConfiguration())

A TelegramBot configuration.

Link copied to clipboard

Inherited functions

Link copied to clipboard
suspend fun <R : Any> TelegramApi<R>.requestDataBy(bot: TelegramBot): R

Use TelegramBot to request the TelegramApi and get R.

Link copied to clipboard

Use TelegramBot to request the TelegramApi and get HttpResponse.

Link copied to clipboard

Use TelegramBot to request the TelegramApi and get TelegramApiResult with R.

Link copied to clipboard