TelegramBotConfiguration

class TelegramBotConfiguration @JvmOverloads constructor(var botConfiguration: BotConfiguration = BotConfiguration())(source)

A TelegramBot configuration.

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(botConfiguration: BotConfiguration = BotConfiguration())

Properties

Link copied to clipboard
Link copied to clipboard

The CoroutineContext delegate from botConfiguration. If Job is provided, it ends up wrapped as parent in a new SupervisorJob.