mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.1 KiB
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
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];