Layer 220
NotificationSoundLocal
Indicates a specific local notification sound should be used
constructor
notificationSoundLocal#830b9ae4 title:string data:string = NotificationSound;
Parameters
| Name | Type | Description |
|---|---|---|
| Title | string | Notification sound title |
| Data | string | Notification sound identifier (arbitrary data used by the client to identify a specific local notification sound) |
Returns
NotificationSoundGogram Example
// Creating NotificationSoundLocal constructor obj := &tg.NotificationSoundLocal{ Title: "...", Data: "...", }