Skip to content

Commit 86de1e9

Browse files
committed
location template fixe
1 parent f99ca24 commit 86de1e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/communication-services/concepts/advanced-messaging/whatsapp/includes/template-messages-quick-reference-net.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ Template definition for header component requiring location as:
122122
123123
The "format" can require different media types. In the .NET SDK, each media type uses a corresponding MessageTemplateValue type.
124124
125-
| MessageTemplateLocation Properties | Description | Type |
125+
| Properties | Description | Type |
126126
|----------|---------------------------|-----------|
127-
| <ADDRESS> | Address that will appear after the <NAME> value, below the generic map at the top of the message. | string |
128-
| <LATITUDE>| Location latitude. | double |
129-
| <LONGITUDE>| Location longitude. | double |
130-
| <LOCATIONNAME> | Text that will appear immediately below the generic map at the top of the message. |string|
127+
| ADDRESS | Address that will appear after the <NAME> value, below the generic map at the top of the message. | string |
128+
| LATITUDE| Location latitude. | double |
129+
| LONGITUDE| Location longitude. | double |
130+
| LOCATIONNAME | Text that will appear immediately below the generic map at the top of the message. |string|
131131
132132
For more information on location based templates, see [WhatsApp's documentation for message media](https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-message-templates#location).
133133

0 commit comments

Comments
 (0)