Raw.NotificationSoundLocal

Raw.NotificationSoundLocal

Indicates a specific local notification sound should be used

notificationSoundLocal#830b9ae4 title:string data:string = NotificationSound;
export namespace Raw {
  export class NotificationSoundLocal {
    constructor(params: { title: string; data: string }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x830b9ae4

Property

  • title : string

    Notification sound title

  • data : string

    Notification sound identifier (arbitrary data used by the client to identify a specific local notification sound)