UpdateProcessor

fun interface UpdateProcessor

Telegram updates (messages, callbacks, etc.) processor.

Functions

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

Returns a reaction to this update or null if this processor doesn't want to process this update.