UpdateProcessingPipeline

A pipeline of UpdateProcessors.

Basically, it is the heart of all input processing of any bot: every update is passed to process and processed by at most one of the UpdateProcessors, whose UpdateProcessor.process returned non-null UpdateReaction.

Constructors

Link copied to clipboard
constructor(processors: List<UpdateProcessor>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
suspend fun process(update: Update)

Process the update.