Layer 220
constructor
notificationSoundRingtone#ff6c8049 id:long = NotificationSound;

Parameters

Name Type Description
Id long Document ID of notification sound uploaded using account. upload Ringtone

Gogram Example

// Creating NotificationSoundRingtone constructor
obj := &tg.NotificationSoundRingtone{
    Id: int64(0),
}