Autowiring

interface Autowiring<T : Any>

Interface for implementing the dynamic acquisition of a magic object

Parameters

T

Functions

Link copied to clipboard
abstract suspend fun get(update: ProcessedUpdate, bot: TelegramBot): T?

method which will be used to retrieve the object.