- [callback] Treat the Template's `QuickReplyButtonData` as an incoming `CallbackButton` (Reported by bcombes in 17) - [handlers] adding `functools.wraps` to all on_x decorators to preserve callbacks metadata
1.7.2
- [reply] reply to `CallbackButton`.id instead of to `.reply_to_message` by yehuda-lev in 16 - [callback] change default `CallbackData` separators to unused characters (`¶` for clb sep, `~` for data sep and `§` for True boolean
1.7.1
- [callback] hot-fix for last booleans fields on `CallbackData` (WhatsApp Cloud API consider "1: " and "1:" as duplicate datas)
1.7.0
- [types] new `ButtonUrl` type - [client] allowing to provide `mime_type` when sending media as bytes, open file or file path without extensions
1.6.0
- [handlers] apply callback data factory before filters by setting `factory_before_filters` to True when registering the handler