Layer 220
NotificationSoundRingtone
A specific previously uploaded notification sound should be used
constructor
notificationSoundRingtone#ff6c8049 id:long = NotificationSound;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | Document ID of notification sound uploaded using account. upload Ringtone |
Returns
NotificationSoundGogram Example
// Creating NotificationSoundRingtone constructor obj := &tg.NotificationSoundRingtone{ Id: int64(0), }