Layer 220
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)

Gogram Example

// Creating NotificationSoundLocal constructor
obj := &tg.NotificationSoundLocal{
    Title: "...",
    Data: "...",
}