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

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

Back to constructors index

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