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

945 B

title description nav_exclude image
notificationSoundLocal Indicates a specific local notification sound should be used true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: notificationSoundLocal

Back to constructors index

Indicates a specific local notification sound should be used

Attributes:

Name Type Required Description
title string Yes Notification sound title
data string Yes Notification sound identifier (arbitrary data used by the client to identify a specific local notification sound)

Type: NotificationSound

Example:

$notificationSoundLocal = ['_' => 'notificationSoundLocal', 'title' => 'string', 'data' => 'string'];