const github.com/gotd/td/tg.NotificationSoundDefaultTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_notification_sound_gen.go#L42: const NotificationSoundDefaultTypeID = 0x97e8bebe
tl_notification_sound_gen.go#L78: return NotificationSoundDefaultTypeID
tl_notification_sound_gen.go#L90: ID: NotificationSoundDefaultTypeID,
tl_notification_sound_gen.go#L105: b.PutID(NotificationSoundDefaultTypeID)
tl_notification_sound_gen.go#L122: if err := b.ConsumeID(NotificationSoundDefaultTypeID); err != nil {
tl_notification_sound_gen.go#L585: case NotificationSoundDefaultTypeID:
tl_registry_gen.go#L1097: NotificationSoundDefaultTypeID: "notificationSoundDefault#97e8bebe",
tl_registry_gen.go#L2879: "notificationSoundDefault": NotificationSoundDefaultTypeID,
tl_registry_gen.go#L4661: NotificationSoundDefaultTypeID: func() bin.Object { return &NotificationSoundDefault{} },
tl_registry_gen.go#L6214: NotificationSoundDefaultTypeID,
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. |