conditional Branches
Parameters
value
A list of conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true.
Parameters
values
A list of conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true.
suspend fun conditionalBranches(vararg argument: suspend BotConditionalBranchArgsBuilder.() -> Unit)
Parameters
argument
A list of conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true.