TTMSFNCCloudWhatsAppContact Class
Builds a WhatsApp contact card with name, address, email, phone, URL, and organization details.
API unit family: TMSFNCCloudWhatsApp
Inherits from: TPersistent
Syntax
TTMSFNCCloudWhatsAppContact = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Addresses | Gets or sets the address collection for the contact card. |
| Birthday | Gets or sets the birthday associated with the contact card. |
| ContactName | Gets or sets the name details for the contact card. |
| Emails | Gets or sets the email collection for the contact card. |
| Organization | Gets or sets the organization details for the contact card. |
| Phones | Gets or sets the phone collection for the contact card. |
| URLs | Gets or sets the URL collection for the contact card. |
Methods
| Name | Description |
|---|---|
| AddAddress | Adds an address entry to the contact card. |
| AddEmail | Adds an email entry to the contact card. |
| AddPhone | Adds a phone entry to the contact card. |
| AddURL | Adds a URL entry to the contact card. |
| ToJSON | Serializes the contact card to a WhatsApp contact JSON object. |