- [client] fix sending single contact - [filters] prioritize `/` over `!` in `filters.command(...)` and `filters.is_command`
1.16.0
- [chat_opened] adding a new type: `ChatOpened` - [server] improve handlers and logs - [types] warning on missing enum constant - [flows] handle cases where there is no `flow_token` in `FlowCompletion` (When the flow completion sent from iOS) - [tests] adding more tests
1.15.0
- [client] Added `register_phone_number` method - [client] mark the `body` arg in send image/video/doc as deprecated. use `caption` instead - [utils] bump `FLOW_JSON` version to 3.1 - [flows] allow `DataSource` in `FlowResponse` data - [flows] `Image` .src can be dynamic - [flows] default `ActionNext` to SCREEN - [flows] adding `.success` for screen and adding in-docs examples
1.14.0
- [flows] define `Form` `init_values` from children `init_value` - [flows] adding a new `ScreenData` type to be used in screen `.data` - [flows] adding `.form_ref` and `.form_ref_of(form_name)` to form components - [docs] adding s real-world example for a complex flow
1.13.0
- [flows] adding full support for [WhatsApp Flows](https://business.whatsapp.com/products/whatsapp-flows)! - [client] adding `request_location` method to `WhatsApp` client - [base_update] adding `.raw` attr to hold the original update - [utils] adding `Version` to provide the latest versions to the api & flows, and to perform min checks
1.13.0rc.6
- [utils] adding `Version` to provide the latest versions to the api & flows, and to perform min checks