Constructor: account.savedRingtoneConverted
The notification sound was not in MP3 format and was successfully converted and saved, use the returned Document to refer to the notification sound from now on
Attributes:
Name | Type | Required | Description |
---|---|---|---|
document | Document | Optional | The converted notification sound |
Type: account.SavedRingtone
Example:
$account_savedRingtoneConverted = ['_' => 'account.savedRingtoneConverted', 'document' => Document];