const github.com/gotd/td/tg.NotificationSoundNoneTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_notification_sound_gen.go#L144: const NotificationSoundNoneTypeID = 0x6f0c34df
tl_notification_sound_gen.go#L180: return NotificationSoundNoneTypeID
tl_notification_sound_gen.go#L192: ID: NotificationSoundNoneTypeID,
tl_notification_sound_gen.go#L207: b.PutID(NotificationSoundNoneTypeID)
tl_notification_sound_gen.go#L224: if err := b.ConsumeID(NotificationSoundNoneTypeID); err != nil {
tl_notification_sound_gen.go#L592: case NotificationSoundNoneTypeID:
tl_registry_gen.go#L1098: NotificationSoundNoneTypeID: "notificationSoundNone#6f0c34df",
tl_registry_gen.go#L2880: "notificationSoundNone": NotificationSoundNoneTypeID,
tl_registry_gen.go#L4662: NotificationSoundNoneTypeID: func() bin.Object { return &NotificationSoundNone{} },
tl_registry_gen.go#L6215: NotificationSoundNoneTypeID,
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. |