You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Components which are buttons require an "index" property, which your library doesn't have. In your library, components have component_type, sub_type, and parameteres.
The text was updated successfully, but these errors were encountered:
v0.5.0 is published to add index attribute. Please check and let me know if this helps.
Changelog for v0.5.0
### Added
- index attribute for Component, specifically meant for buttons
- for_button function for Component
### Changed
- **Breaking:** component_type and sub_types of Component are now enums
- **Breaking:** parameter_type of Paramter is now enum
https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#interactive-messages
Components which are buttons require an "index" property, which your library doesn't have. In your library, components have component_type, sub_type, and parameteres.
The text was updated successfully, but these errors were encountered: