go-telegram / bot

Telegram Bot API Go framework
MIT License
507 stars 46 forks source link

Added `RegisterHandlerMatchFunc` #9

Closed dir01 closed 1 year ago

dir01 commented 1 year ago

which registers handler that can be matched based on arbitrary func(update *models.Update) bool

negasus commented 1 year ago

Good idea

dir01 commented 1 year ago

@negasus so now what do I need to do to get it merged? Entry to the changelog, anything else?

negasus commented 1 year ago

You can mark PR as ready for review. I will update changelog after merge