| Constructor and Description |
|---|
MessageUpdater(String pathSid,
String body)
Construct a new MessageUpdater.
|
MessageUpdater(String pathAccountSid,
String pathSid,
String body)
Construct a new MessageUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic MessageUpdater(String pathSid, String body)
pathSid - The message to redactbody - The bodypublic Message update(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.