const github.com/gotd/td/tg.NotificationSoundRingtoneTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_notification_sound_gen.go#L414: const NotificationSoundRingtoneTypeID = 0xff6c8049
tl_notification_sound_gen.go#L460: return NotificationSoundRingtoneTypeID
tl_notification_sound_gen.go#L472: ID: NotificationSoundRingtoneTypeID,
tl_notification_sound_gen.go#L492: b.PutID(NotificationSoundRingtoneTypeID)
tl_notification_sound_gen.go#L510: if err := b.ConsumeID(NotificationSoundRingtoneTypeID); err != nil {
tl_notification_sound_gen.go#L606: case NotificationSoundRingtoneTypeID:
tl_registry_gen.go#L1100: NotificationSoundRingtoneTypeID: "notificationSoundRingtone#ff6c8049",
tl_registry_gen.go#L2882: "notificationSoundRingtone": NotificationSoundRingtoneTypeID,
tl_registry_gen.go#L4664: NotificationSoundRingtoneTypeID: func() bin.Object { return &NotificationSoundRingtone{} },
tl_registry_gen.go#L6217: NotificationSoundRingtoneTypeID,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |