const github.com/gotd/td/tg.NotificationSoundLocalTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_notification_sound_gen.go#L251: const NotificationSoundLocalTypeID = 0x830b9ae4
tl_notification_sound_gen.go#L302: return NotificationSoundLocalTypeID
tl_notification_sound_gen.go#L314: ID: NotificationSoundLocalTypeID,
tl_notification_sound_gen.go#L338: b.PutID(NotificationSoundLocalTypeID)
tl_notification_sound_gen.go#L357: if err := b.ConsumeID(NotificationSoundLocalTypeID); err != nil {
tl_notification_sound_gen.go#L599: case NotificationSoundLocalTypeID:
tl_registry_gen.go#L1099: NotificationSoundLocalTypeID: "notificationSoundLocal#830b9ae4",
tl_registry_gen.go#L2881: "notificationSoundLocal": NotificationSoundLocalTypeID,
tl_registry_gen.go#L4663: NotificationSoundLocalTypeID: func() bin.Object { return &NotificationSoundLocal{} },
tl_registry_gen.go#L6216: NotificationSoundLocalTypeID,
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. |