You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ $twilio->call('+18085551212', function ($message) {
102
102
});
103
103
```
104
104
105
-
Access the configured `\Services_Twilio` object:
105
+
Access the configured `Twilio\Rest\Client` object:
106
106
107
107
```php
108
108
$sdk = $twilio->getTwilio();
@@ -116,15 +116,15 @@ $sdk = Twilio::getTwilio();
116
116
117
117
##### Pass as many optional parameters as you want
118
118
119
-
If you want to pass on extra optional parameters to the `messages->sendMessage(...)` method [from the Twilio SDK](https://twilio-php.readthedocs.io/en/latest/api/rest.html#Services_Twilio_Rest_Messages::sendMessage), you can do so
119
+
If you want to pass on extra optional parameters to the `messages->sendMessage(...)` method [from the Twilio SDK](https://www.twilio.com/docs/api/messaging/send-messages), you can do so
120
120
by adding to the `message` method. All arguments are passed on, and the `from` field is prepended from configuration.
0 commit comments