Layer 220
Type

Gogram Example

// NotificationSound is an interface type
// You can use any of the following constructors:
var _ tg.NotificationSound = &tg.NotificationSoundDefault{}
var _ tg.NotificationSound = &tg.NotificationSoundNone{}
var _ tg.NotificationSound = &tg.NotificationSoundRingtone{}
var _ tg.NotificationSound = &tg.NotificationSoundLocal{}