toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal.chain
/
Link
Link
interface
Link
<
T
>
Inheritors
ChainLink
StatefulLink
Members
Properties
after
Action
Link copied to clipboard
abstract
val
afterAction
:
Action
?
before
Action
Link copied to clipboard
abstract
val
beforeAction
:
Action
?
break
Condition
Link copied to clipboard
abstract
val
breakCondition
:
BreakCondition
?
chaining
Strategy
Link copied to clipboard
open
val
chainingStrategy
:
ChainingStrategy
retry
After
Break
Link copied to clipboard
abstract
val
retryAfterBreak
:
Boolean
Functions
action
Link copied to clipboard
abstract
suspend
fun
action
(
user
:
User
,
update
:
ProcessedUpdate
,
bot
:
TelegramBot
)
:
T
break
Action
Link copied to clipboard
open
suspend
fun
breakAction
(
user
:
User
,
update
:
ProcessedUpdate
,
bot
:
TelegramBot
)