- Fixed quick replies, added location and images to quick replies - Added webview and messenger extensions support - Added reusable attachment support - Can add and remove whitelisted domains - element_share button support
3.0.1
- Added use of requests.Session for connection reuse
3.0.0
Breaking changes
- Renamed abstract methods to match data structure Methods are now `message`, `delivery`, `optin`, `postback`, `read` and `account_linking` - Renamed `subscribe` to `subscribe_app_to_page`
2.0.0
- Removed need for verify token when instanciating class - Removed verify function - Added callback account_linking webhook - Support account_link and account_unlink button types - Message echoes removed, should be handled in messages callback and checking for `"is_echo": "true"` - Added delete_thread_setting method
1.1.0
- Added `BaseMessengersend_actions` method
1.0.0
Breaking changes
- `ElementsImage` moved to `AttachmentsImage` - `MessengerClientsend_data` renamed to `send` - `MessengerClientset_welcome_message removed` - `BaseMessengermessage_echoes` and `BaseMessengermessage_reads` handlers now required - Buttons now require a `button_type` parameter
New features
- Support for audio, video and file attachments - Support for sender actions - Support for quick replies - Support for get started button and persistent menus - locale, timezone and gender now returned for user - Support for phone_number button types