File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ Caller Ids
8
8
Validate a Phone Number
9
9
-----------------------
10
10
11
- Validating a phone number can be done with the Python helper library, the code block below provides a simple example.
11
+ Validating a phone number can be done with the Python helper library.
12
+
13
+ The code block below provides a simple example.
12
14
13
15
.. code-block :: python
14
16
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ Sending a Picture Message
42
42
43
43
To send a picture message (MMS), set :attr: `media_url ` to the url of the picture you wish to send.
44
44
45
+ Don't forget to check the `availability of MMS in your area <https://www.twilio.com/mms >`_ before using this functionality.
46
+
45
47
.. code-block :: python
46
48
47
49
from twilio.rest import TwilioRestClient
You can’t perform that action at this time.
0 commit comments