mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
945 B
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
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'];