Package-level declarations
Types
Link copied to clipboard
class TelegramUsageBuilder
The DSL builder in useTelegram.
Inherited functions
Link copied to clipboard
Find the TelegramBotManager in Application.plugins and throw NoSuchElementException of not found.
Find the TelegramBotManager in Plugins and throw NoSuchElementException of not found.
Link copied to clipboard
Find the TelegramBotManager in Application.plugins.
Find the TelegramBotManager in Plugins.
Link copied to clipboard
Find the TelegramComponent in Application.components and throw NoSuchElementException of not found.
Find the TelegramComponent in Components and throw NoSuchElementException of not found.
Link copied to clipboard
Find the TelegramComponent in Application.components.
Find the TelegramComponent in Components.
Link copied to clipboard
fun <C : ComponentInstaller, PluginInstaller> C.useTelegram(block: ConfigurerFunction<TelegramUsageBuilder>? = null)
Install TelegramComponent and TelegramBotManager into C (e.g. ApplicationFactoryConfigurer).