demget
demget
`b.Use(middleware.Recover())` will be the new option to enable recover
I like the idea but not the implementation. Wouldn't want to spawn another Webhook entity with a pretty similar logic. I'd better extend the existing implementation. I'll think about it.
Bot API 6.1 and 6.2 will be included in the **v3.1** release as well.
Since the provided example above makes more sense to me, closing this PR.
You should try `Trigger(endpoint any, c Context) error`
Yeah, the thing is we don't want to expect `Sender` to be used in these calls. But the `ChatID` argument will be a more useful case anyway, and passing a...
Are there other methods we need to change for consistency?
I don't like the `URLBuilder` name, and what's the use case of being able to pass it to the bot settings?
For testing purposes, I'll merge #558.