MadelineProtoDocs/docs/API_docs/constructors/account.savedRingtone.md

26 lines
660 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
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'];
```