feat(whatsapp): 🎉 Add extended sending and template management
* Implemented new endpoints for sending various message types: - Audio - Sticker - Location - Contacts - Interactive messages - Template messages - Flow messages - Reactions - Marking messages as read * Added template management endpoints: - List templates - Upload templates - Delete templates * Introduced flow management endpoints: - List flows - Create flows - Get flow details - Upload flow assets - Publish flows - Delete flows * Added phone number management endpoints: - List phone numbers - Request verification code - Verify code * Enhanced media management with delete media endpoint. * Updated dependencies.
This commit is contained in:
@@ -87,6 +87,7 @@ func (m *Manager) Start() {
|
||||
events.EventMessageFailed,
|
||||
events.EventMessageDelivered,
|
||||
events.EventMessageRead,
|
||||
events.EventTemplateStatusUpdate,
|
||||
}
|
||||
|
||||
// Subscribe to all event types with a generic handler
|
||||
|
||||
Reference in New Issue
Block a user