Link

interface Link<T>

Inheritors

Properties

Link copied to clipboard
abstract val afterAction: Action?
Link copied to clipboard
abstract val beforeAction: Action?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val retryAfterBreak: Boolean

Functions

Link copied to clipboard
abstract suspend fun action(user: User, update: ProcessedUpdate, bot: TelegramBot): T
Link copied to clipboard
open suspend fun breakAction(user: User, update: ProcessedUpdate, bot: TelegramBot)