ChainLink

abstract class ChainLink

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val breakCondition: BreakCondition? = null
Link copied to clipboard
open val retryAfterBreak: Boolean = true

Functions

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