1
0

Added basic WhatsApp implementation
All checks were successful
Branch Build / build-test-deploy (push) Successful in 1m23s

This commit is contained in:
2026-03-24 20:06:55 +01:00
parent 314e5da9cc
commit 6b5581c247
40 changed files with 1892 additions and 0 deletions

View File

@@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Validation` utility class for specifications as MSISDN
- Docs rendering using DocFX
- `Personal` as enum value for `ContentCategory`
- WhatsApp support for
- `AudioMessageContent`
- `DocumentMessageContent`
- `ImageMessageContent`
- `TextMessageContent`
- `VideoMessageContent`
### Changed