Skip to content

Commit 802a866

Browse files
committed
review comments
1 parent 597ea64 commit 802a866

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/get-started/messages-quickstart-python.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ Messages SDK allows Contoso to send Image WhatsApp messages to WhatsApp users. T
370370
> To send a text message to a WhatsApp user, the WhatsApp user must first send a message to the WhatsApp Business Account. For more information, see [Start sending messages between business and WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
371371
372372
An example of media_uri used in sending media WhatsApp message.
373+
373374
input_media_uri: str = "https://aka.ms/acsicon1"
374375

375376
```python
@@ -524,5 +525,5 @@ WhatsApp Image containing Message with message id <<GUID>> was successfully sent
524525

525526
## Sample code
526527

527-
You can review and download the sample code for this quick start on [GitHub](https://github.com/Azure-Samples/communication-services-python-quickstarts/tree/main/messages-quickstart).
528+
You can review and download this and other sample codes for Python Messages SDK on [GitHub](https://github.com/Azure-Samples/communication-services-python-quickstarts/tree/main/messages-quickstart).
528529

0 commit comments

Comments
 (0)