notificationSoundLocal
Indicates a specific local notification sound should be used
type tg.NotificationSoundLocal struct { /* ... */ }
Implements NotificationSound.
Fields
| 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) |
References
- Official documentation
- Generated Go reference
- TL definition:
notificationSoundLocal#830b9ae4