MadelineProtoDocs/docs/API_docs/constructors/account.savedRingtoneConverted.md
2024-05-01 14:53:46 +02:00

1.1 KiB

title description nav_exclude image redirect_from
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 true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/account_savedRingtoneConverted.html

Constructor: account.savedRingtoneConverted

Back to constructors index

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];