handler_state.go:
use chat ID to get handler
utils.go:
`GetMessageFromHyperLink()` fix format
add `TextBlockquoteMarkdown()` function
plugin_detect_keyword.go:
stop convert text to lowercase
use `contain.SubStringCaseInsensitive()` replace `strings.Contains()`
use `models.ParseModeMarkdown` in `notifyUser()`