mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-11 16:50:37 +01:00
26 lines
660 B
Markdown
26 lines
660 B
Markdown
|
---
|
||
|
title: "account.savedRingtone"
|
||
|
description: "The notification sound was already in MP3 format and was saved without any modification"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
redirect_from: /API_docs/constructors/account_savedRingtone.html
|
||
|
---
|
||
|
# Constructor: account.savedRingtone
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
The notification sound was already in MP3 format and was saved without any modification
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [account.SavedRingtone](/API_docs/types/account.SavedRingtone.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$account_savedRingtone = ['_' => 'account.savedRingtone'];
|
||
|
```
|