TelegramBotMiddleware
Parameters
Will be called when some exception happen during Request handling. Non-null result of lambda will be used as the result of request handling
Will be called when telegram bot starts to choose which KtorCallFactory will handle Request
Will be called when telegram bot trying to use KtorCallFactory as potential handler for Request
Will be called when KtorCallFactory made call. Non-null result of lambda will be used as the result of request handling
Will be called when KtorCallFactory or TelegramBotPipelinesHandler/TelegramBotMiddleware returned non-null result. Non-null result of lambda will be used as the result of request handling
Will be called when some there is no any result of Request handling. Non-null result of lambda will be used as the result of request handling
Latest lambda before result returning. Will be called after all previous stages. Non-null result of lambda will be used as the result of request handling