mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
855 B
855 B
title | description | nav_exclude | image |
---|---|---|---|
notificationSoundRingtone | A specific previously uploaded notification sound should be used | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: notificationSoundRingtone
A specific previously uploaded notification sound should be used
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Document ID of notification sound uploaded using account.uploadRingtone |
Type: NotificationSound
Example:
$notificationSoundRingtone = ['_' => 'notificationSoundRingtone', 'id' => long];