mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-14 12:29:33 -06:00
This commit updates the way messages are sent to the cloud API for lists and buttons, adjusting the structure of the request payload. The affected files include: - sendMessage.dto.ts: updates the format of the Button class - sendMessage.router.ts: adds a new route for sending button messages - whatsapp.business.service.ts: updates the handling of list and button messages - message.schema.ts: adds a new schema for button messages These changes improve the integration with the cloud API and allow for better handling of lists and buttons in messages. |
||
|---|---|---|
| .. | ||
| chat.schema.ts | ||
| group.schema.ts | ||
| instance.schema.ts | ||
| label.schema.ts | ||
| message.schema.ts | ||
| proxy.schema.ts | ||
| settings.schema.ts | ||
| validate.schema.ts | ||
| webhook.schema.ts | ||
| websocket.schema.ts | ||