From a397c4629be98c234564f496366a35b1d3e72221 Mon Sep 17 00:00:00 2001 From: Harshil <37377066+harshil21@users.noreply.github.com> Date: Wed, 27 Apr 2022 02:24:46 +0530 Subject: [PATCH] fix link --- Architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Architecture.md b/Architecture.md index 3cb3227..e215d94 100644 --- a/Architecture.md +++ b/Architecture.md @@ -57,7 +57,7 @@ For this, you'll have to implement the `BaseRequest` interface class and pass tw ### Update handlers The `Handler` interface class is the most import class when it comes to the question of how the `Application` processes updates. -PTB comes with a number of [[built-in handler|Types-of-Handler]] which cover most important use cases. +PTB comes with a number of [[built-in handler|Types-of-Handlers]] which cover most important use cases. However, if you want to implement a custom logic of when an update should be handled, you can also write a custom implementation of `Handler` and use that. ### Persistence